Html Css Color HEX #F0D040 Festival

📋 copy color: '#F0D040'

red 240 ◦ green 208 ◦ blue 64

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

Shades of Festival #F0D040

Tints of Festival #F0D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 64 (25.39% from 255) = 12.5%

R = 46.88%
G = 40.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F0D040 (or 0xF0D040) is known color: Festival. HEX triplet: F0, D0 and 40. RGB value is (240,208,64). Sum of RGB (Red+Green+Blue) = 240+208+64=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D040 is #0F2FBF. Grayscale: #C9C9C9. Windows color (decimal): -995264 or 4247792. OLE color: 4247792.

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

Color convert

RGB 240 208 64 -
CMYK 0 0.13 0.73 0.06
HSL 49.09º 0.85% 0.6% -
HSV(B) 49.09º 0.73% 0.94% -
XYZ 59.42 64.01 14.07 -
YUV 201.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 240 208 64 0 0.13 0.73 0.06 49.09 0.85 0.6
Hex F0 D0 40 0 D 49 6 31 55 3C
Octal 360 320 100 0 15 111 6 61 125 74
Binary 11110000 11010000 1000000 0 1101 1001001 110 110001 1010101 111100

Color Harmonies of #F0D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D040

Black with #F0D040

Text Example


Text Example

White with #F0D040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D040; }

 p { color: rgb(240,208,64); }

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

background-color css

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

 a { background-color: rgb(240,208,64); }

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

border-color css

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

 span { border-color: rgb(240,208,64); }

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