Html Css Color HEX #F0C94D Festival

📋 copy color: '#F0C94D'

red 240 ◦ green 201 ◦ blue 77

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

Shades of Festival #F0C94D

Tints of Festival #F0C94D

RGB

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

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

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

R = 46.33%
G = 38.8%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0C94D (or 0xF0C94D) is known color: Festival. HEX triplet: F0, C9 and 4D. RGB value is (240,201,77). Sum of RGB (Red+Green+Blue) = 240+201+77=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C94D is #0F36B2. Grayscale: #C7C7C7. Windows color (decimal): -997043 or 5097968. OLE color: 5097968.

HSL color Cylindrical-coordinate representation of color #F0C94D: hue angle of 45.64º 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 #F0C94D is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 77 -
CMYK 0 0.16 0.68 0.06
HSL 45.64º 0.84% 0.62% -
HSV(B) 45.64º 0.68% 0.94% -
XYZ 58.16 60.83 15.7 -
YUV 198.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 240 201 77 0 0.16 0.68 0.06 45.64 0.84 0.62
Hex F0 C9 4D 0 10 44 6 2E 54 3E
Octal 360 311 115 0 20 104 6 56 124 76
Binary 11110000 11001001 1001101 0 10000 1000100 110 101110 1010100 111110

Color Harmonies of #F0C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C94D

Black with #F0C94D

Text Example


Text Example

White with #F0C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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