Html Css Color HEX #F2CE4C Festival

📋 copy color: '#F2CE4C'

red 242 ◦ green 206 ◦ blue 76

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

Shades of Festival #F2CE4C

Tints of Festival #F2CE4C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

 BLUE value IS 76 (30.08% from 255) = 14.5%

R = 46.18%
G = 39.31%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2CE4C (or 0xF2CE4C) is known color: Festival. HEX triplet: F2, CE and 4C. RGB value is (242,206,76). Sum of RGB (Red+Green+Blue) = 242+206+76=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE4C is #0D31B3. Grayscale: #CACACA. Windows color (decimal): -864692 or 5033714. OLE color: 5033714.

HSL color Cylindrical-coordinate representation of color #F2CE4C: hue angle of 46.99º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2CE4C is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 76 -
CMYK 0 0.15 0.69 0.05
HSL 46.99º 0.86% 0.62% -
HSV(B) 46.99º 0.69% 0.95% -
XYZ 59.99 63.54 15.94 -
YUV 201.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 242 206 76 0 0.15 0.69 0.05 46.99 0.86 0.62
Hex F2 CE 4C 0 F 45 5 2F 56 3E
Octal 362 316 114 0 17 105 5 57 126 76
Binary 11110010 11001110 1001100 0 1111 1000101 101 101111 1010110 111110

Color Harmonies of #F2CE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE4C

Black with #F2CE4C

Text Example


Text Example

White with #F2CE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE4C; }

 p { color: rgb(242,206,76); }

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

background-color css

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

 a { background-color: rgb(242,206,76); }

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

border-color css

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

 span { border-color: rgb(242,206,76); }

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