Html Css Color HEX #F0D248 Festival

📋 copy color: '#F0D248'

red 240 ◦ green 210 ◦ blue 72

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

Shades of Festival #F0D248

Tints of Festival #F0D248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.79%

R = 45.98%
G = 40.23%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F0D248 (or 0xF0D248) is known color: Festival. HEX triplet: F0, D2 and 48. RGB value is (240,210,72). Sum of RGB (Red+Green+Blue) = 240+210+72=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D248 is #0F2DB7. Grayscale: #CBCBCB. Windows color (decimal): -994744 or 4772592. OLE color: 4772592.

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

Color convert

RGB 240 210 72 -
CMYK 0 0.12 0.7 0.06
HSL 49.29º 0.85% 0.61% -
HSV(B) 49.29º 0.7% 0.94% -
XYZ 60.15 65.09 15.52 -
YUV 203.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 240 210 72 0 0.12 0.7 0.06 49.29 0.85 0.61
Hex F0 D2 48 0 C 46 6 31 55 3D
Octal 360 322 110 0 14 106 6 61 125 75
Binary 11110000 11010010 1001000 0 1100 1000110 110 110001 1010101 111101

Color Harmonies of #F0D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D248

Black with #F0D248

Text Example


Text Example

White with #F0D248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D248; }

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

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

background-color css

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

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

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

border-color css

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

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

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