Html Css Color HEX #F2D248 Festival

📋 copy color: '#F2D248'

red 242 ◦ green 210 ◦ blue 72

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

Shades of Festival #F2D248

Tints of Festival #F2D248

RGB

 RED value IS 242 (94.92% from 255) = 46.18%

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

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

R = 46.18%
G = 40.08%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2D248 (or 0xF2D248) is known color: Festival. HEX triplet: F2, D2 and 48. RGB value is (242,210,72). Sum of RGB (Red+Green+Blue) = 242+210+72=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D248 is #0D2DB7. Grayscale: #CCCCCC. Windows color (decimal): -863672 or 4772594. OLE color: 4772594.

HSL color Cylindrical-coordinate representation of color #F2D248: hue angle of 48.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2D248 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 210 72 -
CMYK 0 0.13 0.70 0.05
HSL 48.71º 0.87% 0.62% -
HSV(B) 48.71º 0.7% 0.95% -
XYZ 60.83 65.44 15.56 -
YUV 203.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 242 210 72 0 0.13 0.70 0.05 48.71 0.87 0.62
Hex F2 D2 48 0 D 46 5 31 57 3E
Octal 362 322 110 0 15 106 5 61 127 76
Binary 11110010 11010010 1001000 0 1101 1000110 101 110001 1010111 111110

Color Harmonies of #F2D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D248

Black with #F2D248

Text Example


Text Example

White with #F2D248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D248; }

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

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

background-color css

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

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

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

border-color css

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

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

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