Html Css Color HEX #F2C648 Festival

📋 copy color: '#F2C648'

red 242 ◦ green 198 ◦ blue 72

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

Shades of Festival #F2C648

Tints of Festival #F2C648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

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

R = 47.27%
G = 38.67%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2C648 (or 0xF2C648) is known color: Festival. HEX triplet: F2, C6 and 48. RGB value is (242,198,72). Sum of RGB (Red+Green+Blue) = 242+198+72=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C648 is #0D39B7. Grayscale: #C5C5C5. Windows color (decimal): -866744 or 4769522. OLE color: 4769522.

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

Color convert

RGB 242 198 72 -
CMYK 0 0.18 0.70 0.05
HSL 44.47º 0.87% 0.62% -
HSV(B) 44.47º 0.7% 0.95% -
XYZ 57.98 59.73 14.6 -
YUV 196.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 242 198 72 0 0.18 0.70 0.05 44.47 0.87 0.62
Hex F2 C6 48 0 12 46 5 2C 57 3E
Octal 362 306 110 0 22 106 5 54 127 76
Binary 11110010 11000110 1001000 0 10010 1000110 101 101100 1010111 111110

Color Harmonies of #F2C648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C648

Black with #F2C648

Text Example


Text Example

White with #F2C648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C648; }

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

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

background-color css

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

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

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

border-color css

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

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

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