Html Css Color HEX #F0C02C Bright Sun

📋 copy color: '#F0C02C'

red 240 ◦ green 192 ◦ blue 44

#F0C02C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Sun #F0C02C

Tints of Bright Sun #F0C02C

RGB

 RED value IS 240 (94.14% from 255) = 50.42%

 GREEN value IS 192 (75.39% from 255) = 40.34%

 BLUE value IS 44 (17.58% from 255) = 9.24%

R = 50.42%
G = 40.34%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0C02C (or 0xF0C02C) is known color: Bright Sun. HEX triplet: F0, C0 and 2C. RGB value is (240,192,44). Sum of RGB (Red+Green+Blue) = 240+192+44=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C02C is #0F3FD3. Grayscale: #BEBEBE. Windows color (decimal): -999380 or 2932976. OLE color: 2932976.

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

Color convert

RGB 240 192 44 -
CMYK 0 0.20 0.82 0.06
HSL 45.31º 0.87% 0.56% -
HSV(B) 45.31º 0.82% 0.94% -
XYZ 55.24 56.41 10.36 -
YUV 189.48 45.9 164.03 -
System Red Green Blue C M Y K H S L
Decimal 240 192 44 0 0.20 0.82 0.06 45.31 0.87 0.56
Hex F0 C0 2C 0 14 52 6 2D 57 38
Octal 360 300 54 0 24 122 6 55 127 70
Binary 11110000 11000000 101100 0 10100 1010010 110 101101 1010111 111000

Color Harmonies of #F0C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C02C

Black with #F0C02C

Text Example


Text Example

White with #F0C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C02C; }

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

 H1.HeaderClassName
 {
   color: #F0C02C;
 }
 .AnyTagClassName
 {
   color: #F0C02C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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