Html Css Color HEX #F0D049 Festival

📋 copy color: '#F0D049'

red 240 ◦ green 208 ◦ blue 73

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

Shades of Festival #F0D049

Tints of Festival #F0D049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.01%

R = 46.07%
G = 39.92%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F0D049 (or 0xF0D049) is known color: Festival. HEX triplet: F0, D0 and 49. RGB value is (240,208,73). Sum of RGB (Red+Green+Blue) = 240+208+73=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D049 is #0F2FB6. Grayscale: #CACACA. Windows color (decimal): -995255 or 4837616. OLE color: 4837616.

HSL color Cylindrical-coordinate representation of color #F0D049: hue angle of 48.5º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0D049 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 208 73 -
CMYK 0 0.13 0.70 0.06
HSL 48.5º 0.85% 0.61% -
HSV(B) 48.5º 0.7% 0.94% -
XYZ 59.69 64.12 15.53 -
YUV 202.18 55.1 154.98 -
System Red Green Blue C M Y K H S L
Decimal 240 208 73 0 0.13 0.70 0.06 48.5 0.85 0.61
Hex F0 D0 49 0 D 46 6 31 55 3D
Octal 360 320 111 0 15 106 6 61 125 75
Binary 11110000 11010000 1001001 0 1101 1000110 110 110001 1010101 111101

Color Harmonies of #F0D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D049

Black with #F0D049

Text Example


Text Example

White with #F0D049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D049; }

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

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

background-color css

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

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

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

border-color css

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

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

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