Html Css Color HEX #F4D049 Festival

📋 copy color: '#F4D049'

red 244 ◦ green 208 ◦ blue 73

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

Shades of Festival #F4D049

Tints of Festival #F4D049

RGB

 RED value IS 244 (95.7% from 255) = 46.48%

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

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

R = 46.48%
G = 39.62%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F4D049 (or 0xF4D049) is known color: Festival. HEX triplet: F4, D0 and 49. RGB value is (244,208,73). Sum of RGB (Red+Green+Blue) = 244+208+73=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D049 is #0B2FB6. Grayscale: #CBCBCB. Windows color (decimal): -733111 or 4837620. OLE color: 4837620.

HSL color Cylindrical-coordinate representation of color #F4D049: hue angle of 47.37º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4D049 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 208 73 -
CMYK 0 0.15 0.70 0.04
HSL 47.37º 0.89% 0.62% -
HSV(B) 47.37º 0.7% 0.96% -
XYZ 61.07 64.83 15.6 -
YUV 203.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 244 208 73 0 0.15 0.70 0.04 47.37 0.89 0.62
Hex F4 D0 49 0 F 46 4 2F 59 3E
Octal 364 320 111 0 17 106 4 57 131 76
Binary 11110100 11010000 1001001 0 1111 1000110 100 101111 1011001 111110

Color Harmonies of #F4D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D049

Black with #F4D049

Text Example


Text Example

White with #F4D049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D049; }

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

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

background-color css

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

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

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

border-color css

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

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

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