Html Css Color HEX #F0D349 Festival

📋 copy color: '#F0D349'

red 240 ◦ green 211 ◦ blue 73

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

Shades of Festival #F0D349

Tints of Festival #F0D349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

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

R = 45.8%
G = 40.27%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F0D349 (or 0xF0D349) is known color: Festival. HEX triplet: F0, D3 and 49. RGB value is (240,211,73). Sum of RGB (Red+Green+Blue) = 240+211+73=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D349 is #0F2CB6. Grayscale: #CCCCCC. Windows color (decimal): -994487 or 4838384. OLE color: 4838384.

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

Color convert

RGB 240 211 73 -
CMYK 0 0.12 0.70 0.06
HSL 49.58º 0.85% 0.61% -
HSV(B) 49.58º 0.7% 0.94% -
XYZ 60.43 65.59 15.78 -
YUV 203.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 240 211 73 0 0.12 0.70 0.06 49.58 0.85 0.61
Hex F0 D3 49 0 C 46 6 32 55 3D
Octal 360 323 111 0 14 106 6 62 125 75
Binary 11110000 11010011 1001001 0 1100 1000110 110 110010 1010101 111101

Color Harmonies of #F0D349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D349

Black with #F0D349

Text Example


Text Example

White with #F0D349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D349; }

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

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

background-color css

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

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

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

border-color css

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

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

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