#F1C02C

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

Shades of Bright Sun #F1C02C

Tints of Bright Sun #F1C02C

Color information

#F1C02C (or 0xF1C02C) is unknown color: approx Bright Sun. HEX triplet: F1, C0 and 2C. RGB value is (241,192,44). Sum of RGB (Red+Green+Blue) = 241+192+44=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C02C is #0E3FD3. Grayscale: #BEBEBE. Windows color (decimal): -933844 or 2932977. OLE color: 2932977.

HSL color Cylindrical-coordinate representation of color #F1C02C: hue angle of 45.08º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1C02C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB24119244-
CMYK00.200.820.05
HSL45.08º87.56%55.88%-
HSV(B)45.08º81.74%94.51%-
XYZ55.5856.5810.37-
YUV189.7845.73164.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 44 (17.58% from 255) = 9.22%
R=50.52%
G=40.25%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411924400.200.820.0545.0887.5655.88
HexF1C02C0145252d5838
Octal3613005402412255513070
Binary111100011100000010110001010010100101011011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C02C; }

 p { color: rgb(241,192,44); }

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

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

 a { background-color: rgb(241,192,44); }

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

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

 span { border-color: rgb(241,192,44); }

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