Html Css Color HEX #F0D04E Festival

📋 copy color: '#F0D04E'

red 240 ◦ green 208 ◦ blue 78

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

Shades of Festival #F0D04E

Tints of Festival #F0D04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.83%

R = 45.63%
G = 39.54%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0D04E (or 0xF0D04E) is known color: Festival. HEX triplet: F0, D0 and 4E. RGB value is (240,208,78). Sum of RGB (Red+Green+Blue) = 240+208+78=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D04E is #0F2FB1. Grayscale: #CBCBCB. Windows color (decimal): -995250 or 5165296. OLE color: 5165296.

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

Color convert

RGB 240 208 78 -
CMYK 0 0.13 0.68 0.06
HSL 48.15º 0.84% 0.62% -
HSV(B) 48.15º 0.68% 0.94% -
XYZ 59.87 64.19 16.44 -
YUV 202.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 240 208 78 0 0.13 0.68 0.06 48.15 0.84 0.62
Hex F0 D0 4E 0 D 44 6 30 54 3E
Octal 360 320 116 0 15 104 6 60 124 76
Binary 11110000 11010000 1001110 0 1101 1000100 110 110000 1010100 111110

Color Harmonies of #F0D04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D04E

Black with #F0D04E

Text Example


Text Example

White with #F0D04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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