#F0C02B

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

Shades of Bright Sun #F0C02B

Tints of Bright Sun #F0C02B

Color information

#F0C02B (or 0xF0C02B) is unknown color: approx Bright Sun. HEX triplet: F0, C0 and 2B. RGB value is (240,192,43). Sum of RGB (Red+Green+Blue) = 240+192+43=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C02B is #0F3FD4. Grayscale: #BEBEBE. Windows color (decimal): -999381 or 2867440. OLE color: 2867440.

HSL color Cylindrical-coordinate representation of color #F0C02B: hue angle of 45.38º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0C02B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB24019243-
CMYK00.200.820.06
HSL45.38º86.78%55.49%-
HSV(B)45.38º82.08%94.12%-
XYZ55.2256.410.26-
YUV189.3745.4164.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 43 (17.19% from 255) = 9.05%
R=50.53%
G=40.42%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401924300.200.820.0645.3886.7855.49
HexF0C02B0145262d5737
Octal3603005302412265512767
Binary111100001100000010101101010010100101101011011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C02B; }

 p { color: rgb(240,192,43); }

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

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

 a { background-color: rgb(240,192,43); }

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

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

 span { border-color: rgb(240,192,43); }

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