Html Css Color HEX #F0D246 Festival

📋 copy color: '#F0D246'

red 240 ◦ green 210 ◦ blue 70

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

Shades of Festival #F0D246

Tints of Festival #F0D246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.38%

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

R = 46.15%
G = 40.38%
B = 13.46%

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

#F0D246 (or 0xF0D246) is known color: Festival. HEX triplet: F0, D2 and 46. RGB value is (240,210,70). Sum of RGB (Red+Green+Blue) = 240+210+70=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D246 is #0F2DB9. Grayscale: #CBCBCB. Windows color (decimal): -994746 or 4641520. OLE color: 4641520.

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

Color convert

RGB 240 210 70 -
CMYK 0 0.12 0.71 0.06
HSL 49.41º 0.85% 0.61% -
HSV(B) 49.41º 0.71% 0.94% -
XYZ 60.09 65.06 15.19 -
YUV 203.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 240 210 70 0 0.12 0.71 0.06 49.41 0.85 0.61
Hex F0 D2 46 0 C 47 6 31 55 3D
Octal 360 322 106 0 14 107 6 61 125 75
Binary 11110000 11010010 1000110 0 1100 1000111 110 110001 1010101 111101

Color Harmonies of #F0D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D246

Black with #F0D246

Text Example


Text Example

White with #F0D246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D246; }

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

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

background-color css

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

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

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

border-color css

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

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

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