Html Css Color HEX #F0D447 Festival

📋 copy color: '#F0D447'

red 240 ◦ green 212 ◦ blue 71

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

Shades of Festival #F0D447

Tints of Festival #F0D447

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.54%

 BLUE value IS 71 (28.13% from 255) = 13.58%

R = 45.89%
G = 40.54%
B = 13.58%

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

#F0D447 (or 0xF0D447) is known color: Festival. HEX triplet: F0, D4 and 47. RGB value is (240,212,71). Sum of RGB (Red+Green+Blue) = 240+212+71=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D447 is #0F2BB8. Grayscale: #CCCCCC. Windows color (decimal): -994233 or 4707568. OLE color: 4707568.

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

Color convert

RGB 240 212 71 -
CMYK 0 0.12 0.70 0.06
HSL 50.06º 0.85% 0.61% -
HSV(B) 50.06º 0.7% 0.94% -
XYZ 60.62 66.07 15.52 -
YUV 204.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 240 212 71 0 0.12 0.70 0.06 50.06 0.85 0.61
Hex F0 D4 47 0 C 46 6 32 55 3D
Octal 360 324 107 0 14 106 6 62 125 75
Binary 11110000 11010100 1000111 0 1100 1000110 110 110010 1010101 111101

Color Harmonies of #F0D447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D447

Black with #F0D447

Text Example


Text Example

White with #F0D447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D447; }

 p { color: rgb(240,212,71); }

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

background-color css

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

 a { background-color: rgb(240,212,71); }

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

border-color css

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

 span { border-color: rgb(240,212,71); }

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