Html Css Color HEX #F0CC4D Festival

📋 copy color: '#F0CC4D'

red 240 ◦ green 204 ◦ blue 77

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

Shades of Festival #F0CC4D

Tints of Festival #F0CC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.78%

R = 46.07%
G = 39.16%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0CC4D (or 0xF0CC4D) is known color: Festival. HEX triplet: F0, CC and 4D. RGB value is (240,204,77). Sum of RGB (Red+Green+Blue) = 240+204+77=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC4D is #0F33B2. Grayscale: #C8C8C8. Windows color (decimal): -996275 or 5098736. OLE color: 5098736.

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

Color convert

RGB 240 204 77 -
CMYK 0 0.15 0.68 0.06
HSL 46.75º 0.84% 0.62% -
HSV(B) 46.75º 0.68% 0.94% -
XYZ 58.87 62.25 15.93 -
YUV 200.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 240 204 77 0 0.15 0.68 0.06 46.75 0.84 0.62
Hex F0 CC 4D 0 F 44 6 2F 54 3E
Octal 360 314 115 0 17 104 6 57 124 76
Binary 11110000 11001100 1001101 0 1111 1000100 110 101111 1010100 111110

Color Harmonies of #F0CC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC4D

Black with #F0CC4D

Text Example


Text Example

White with #F0CC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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