Html Css Color HEX #F0CC4F Festival

📋 copy color: '#F0CC4F'

red 240 ◦ green 204 ◦ blue 79

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

Shades of Festival #F0CC4F

Tints of Festival #F0CC4F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.01%

 BLUE value IS 79 (31.25% from 255) = 15.11%

R = 45.89%
G = 39.01%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0CC4F (or 0xF0CC4F) is known color: Festival. HEX triplet: F0, CC and 4F. RGB value is (240,204,79). Sum of RGB (Red+Green+Blue) = 240+204+79=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC4F is #0F33B0. Grayscale: #C9C9C9. Windows color (decimal): -996273 or 5229808. OLE color: 5229808.

HSL color Cylindrical-coordinate representation of color #F0CC4F: hue angle of 46.58º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0CC4F is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 79 -
CMYK 0 0.15 0.67 0.06
HSL 46.58º 0.84% 0.63% -
HSV(B) 46.58º 0.67% 0.94% -
XYZ 58.94 62.28 16.31 -
YUV 200.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 240 204 79 0 0.15 0.67 0.06 46.58 0.84 0.63
Hex F0 CC 4F 0 F 43 6 2F 54 3F
Octal 360 314 117 0 17 103 6 57 124 77
Binary 11110000 11001100 1001111 0 1111 1000011 110 101111 1010100 111111

Color Harmonies of #F0CC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC4F

Black with #F0CC4F

Text Example


Text Example

White with #F0CC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC4F; }

 p { color: rgb(240,204,79); }

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

background-color css

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

 a { background-color: rgb(240,204,79); }

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

border-color css

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

 span { border-color: rgb(240,204,79); }

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