Html Css Color HEX #F0C942 Festival

📋 copy color: '#F0C942'

red 240 ◦ green 201 ◦ blue 66

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

Shades of Festival #F0C942

Tints of Festival #F0C942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.64%

 BLUE value IS 66 (26.17% from 255) = 13.02%

R = 47.34%
G = 39.64%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F0C942 (or 0xF0C942) is known color: Festival. HEX triplet: F0, C9 and 42. RGB value is (240,201,66). Sum of RGB (Red+Green+Blue) = 240+201+66=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C942 is #0F36BD. Grayscale: #C5C5C5. Windows color (decimal): -997054 or 4377072. OLE color: 4377072.

HSL color Cylindrical-coordinate representation of color #F0C942: hue angle of 46.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0C942 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 66 -
CMYK 0 0.16 0.72 0.06
HSL 46.55º 0.85% 0.6% -
HSV(B) 46.55º 0.73% 0.94% -
XYZ 57.81 60.69 13.82 -
YUV 197.27 53.92 158.48 -
System Red Green Blue C M Y K H S L
Decimal 240 201 66 0 0.16 0.72 0.06 46.55 0.85 0.6
Hex F0 C9 42 0 10 48 6 2F 55 3C
Octal 360 311 102 0 20 110 6 57 125 74
Binary 11110000 11001001 1000010 0 10000 1001000 110 101111 1010101 111100

Color Harmonies of #F0C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C942

Black with #F0C942

Text Example


Text Example

White with #F0C942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C942; }

 p { color: rgb(240,201,66); }

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

background-color css

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

 a { background-color: rgb(240,201,66); }

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

border-color css

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

 span { border-color: rgb(240,201,66); }

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