Html Css Color HEX #F2CE47 Festival

📋 copy color: '#F2CE47'

red 242 ◦ green 206 ◦ blue 71

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

Shades of Festival #F2CE47

Tints of Festival #F2CE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.68%

R = 46.63%
G = 39.69%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F2CE47 (or 0xF2CE47) is known color: Festival. HEX triplet: F2, CE and 47. RGB value is (242,206,71). Sum of RGB (Red+Green+Blue) = 242+206+71=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE47 is #0D31B8. Grayscale: #C9C9C9. Windows color (decimal): -864697 or 4706034. OLE color: 4706034.

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

Color convert

RGB 242 206 71 -
CMYK 0 0.15 0.71 0.05
HSL 47.37º 0.87% 0.61% -
HSV(B) 47.37º 0.71% 0.95% -
XYZ 59.83 63.47 15.06 -
YUV 201.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 242 206 71 0 0.15 0.71 0.05 47.37 0.87 0.61
Hex F2 CE 47 0 F 47 5 2F 57 3D
Octal 362 316 107 0 17 107 5 57 127 75
Binary 11110010 11001110 1000111 0 1111 1000111 101 101111 1010111 111101

Color Harmonies of #F2CE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE47

Black with #F2CE47

Text Example


Text Example

White with #F2CE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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