Html Css Color HEX #F0D446 Festival

📋 copy color: '#F0D446'

red 240 ◦ green 212 ◦ blue 70

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

Shades of Festival #F0D446

Tints of Festival #F0D446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.41%

R = 45.98%
G = 40.61%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0D446 (or 0xF0D446) is known color: Festival. HEX triplet: F0, D4 and 46. RGB value is (240,212,70). Sum of RGB (Red+Green+Blue) = 240+212+70=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D446 is #0F2BB9. Grayscale: #CCCCCC. Windows color (decimal): -994234 or 4642032. OLE color: 4642032.

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

Color convert

RGB 240 212 70 -
CMYK 0 0.12 0.71 0.06
HSL 50.12º 0.85% 0.61% -
HSV(B) 50.12º 0.71% 0.94% -
XYZ 60.58 66.05 15.35 -
YUV 204.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 240 212 70 0 0.12 0.71 0.06 50.12 0.85 0.61
Hex F0 D4 46 0 C 47 6 32 55 3D
Octal 360 324 106 0 14 107 6 62 125 75
Binary 11110000 11010100 1000110 0 1100 1000111 110 110010 1010101 111101

Color Harmonies of #F0D446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D446

Black with #F0D446

Text Example


Text Example

White with #F0D446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D446; }

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

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

background-color css

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

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

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

border-color css

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

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

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