Html Css Color HEX #F2D249 Festival

📋 copy color: '#F2D249'

red 242 ◦ green 210 ◦ blue 73

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

Shades of Festival #F2D249

Tints of Festival #F2D249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.9%

R = 46.1%
G = 40%
B = 13.9%

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

#F2D249 (or 0xF2D249) is known color: Festival. HEX triplet: F2, D2 and 49. RGB value is (242,210,73). Sum of RGB (Red+Green+Blue) = 242+210+73=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D249 is #0D2DB6. Grayscale: #CCCCCC. Windows color (decimal): -863671 or 4838130. OLE color: 4838130.

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

Color convert

RGB 242 210 73 -
CMYK 0 0.13 0.70 0.05
HSL 48.64º 0.87% 0.62% -
HSV(B) 48.64º 0.7% 0.95% -
XYZ 60.87 65.45 15.73 -
YUV 203.95 54.1 155.14 -
System Red Green Blue C M Y K H S L
Decimal 242 210 73 0 0.13 0.70 0.05 48.64 0.87 0.62
Hex F2 D2 49 0 D 46 5 31 57 3E
Octal 362 322 111 0 15 106 5 61 127 76
Binary 11110010 11010010 1001001 0 1101 1000110 101 110001 1010111 111110

Color Harmonies of #F2D249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D249

Black with #F2D249

Text Example


Text Example

White with #F2D249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D249; }

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

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

background-color css

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

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

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

border-color css

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

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

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