#f1973c

Color #F1973C Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sun #F1973C

Tints of Sun #F1973C

Color information

#F1973C (or 0xF1973C) is unknown color: approx Sun. HEX triplet: F1, 97 and 3C. RGB value is (241,151,60). Sum of RGB (Red+Green+Blue) = 241+151+60=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1973C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1973C is #0E68C3. Grayscale: #A7A7A7. Windows color (decimal): -944324 or 3971057. OLE color: 3971057.

HSL color Cylindrical-coordinate representation of color #F1973C: hue angle of 30.17º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1973C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB24115160-
CMYK00.370.750.05
HSL30.17º86.6%59.02%-
HSV(B)30.17º75.1%94.51%-
XYZ48.1641.169.68-
YUV167.5467.32180.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 53.32%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 60 (23.83% from 255) = 13.27%
R=53.32%
G=33.41%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411516000.370.750.0530.1786.659.02
HexF1973C0254B51e573b
Octal3612277404511353612773
Binary111100011001011111110001001011001011101111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1973c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1973c; }

 p { color: rgb(241,151,60); }

 H1.HeaderClassName
 {
   color: #f1973c;
 }
 .AnyTagClassName
 {
   color: #f1973c;
 }
</style>
background-color css

<style>
 a { background-color: #f1973c; }

 a { background-color: rgb(241,151,60); }

 div.DivClassName
 {
   background-color: #f1973c;
 }
 .BgClassName
 {
   background-color: #f1973c;
 }
</style>
border-color css

<style>
 span { border-color: #f1973c; }

 span { border-color: rgb(241,151,60); }

 td.TdClassName
 {
   border-color: #f1973c;
 }
 .TagClassName
 {
   border-color: #f1973c;
 }
</style>