Html Css Color HEX #F0C849 Festival

📋 copy color: '#F0C849'

red 240 ◦ green 200 ◦ blue 73

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

Shades of Festival #F0C849

Tints of Festival #F0C849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.99%

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

R = 46.78%
G = 38.99%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F0C849 (or 0xF0C849) is known color: Festival. HEX triplet: F0, C8 and 49. RGB value is (240,200,73). Sum of RGB (Red+Green+Blue) = 240+200+73=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C849 is #0F37B6. Grayscale: #C6C6C6. Windows color (decimal): -997303 or 4835568. OLE color: 4835568.

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

Color convert

RGB 240 200 73 -
CMYK 0 0.17 0.70 0.06
HSL 45.63º 0.85% 0.61% -
HSV(B) 45.63º 0.7% 0.94% -
XYZ 57.79 60.31 14.9 -
YUV 197.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 240 200 73 0 0.17 0.70 0.06 45.63 0.85 0.61
Hex F0 C8 49 0 11 46 6 2E 55 3D
Octal 360 310 111 0 21 106 6 56 125 75
Binary 11110000 11001000 1001001 0 10001 1000110 110 101110 1010101 111101

Color Harmonies of #F0C849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C849

Black with #F0C849

Text Example


Text Example

White with #F0C849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C849; }

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

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

background-color css

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

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

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

border-color css

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

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

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