Html Css Color HEX #F2CC3E Festival

📋 copy color: '#F2CC3E'

red 242 ◦ green 204 ◦ blue 62

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

Shades of Festival #F2CC3E

Tints of Festival #F2CC3E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

 BLUE value IS 62 (24.61% from 255) = 12.2%

R = 47.64%
G = 40.16%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2CC3E (or 0xF2CC3E) is known color: Festival. HEX triplet: F2, CC and 3E. RGB value is (242,204,62). Sum of RGB (Red+Green+Blue) = 242+204+62=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC3E is #0D33C1. Grayscale: #C7C7C7. Windows color (decimal): -865218 or 4115698. OLE color: 4115698.

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

Color convert

RGB 242 204 62 -
CMYK 0 0.16 0.74 0.05
HSL 47.33º 0.87% 0.6% -
HSV(B) 47.33º 0.74% 0.95% -
XYZ 59.08 62.41 13.49 -
YUV 199.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 242 204 62 0 0.16 0.74 0.05 47.33 0.87 0.6
Hex F2 CC 3E 0 10 4A 5 2F 57 3C
Octal 362 314 76 0 20 112 5 57 127 74
Binary 11110010 11001100 111110 0 10000 1001010 101 101111 1010111 111100

Color Harmonies of #F2CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC3E

Black with #F2CC3E

Text Example


Text Example

White with #F2CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC3E; }

 p { color: rgb(242,204,62); }

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

background-color css

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

 a { background-color: rgb(242,204,62); }

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

border-color css

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

 span { border-color: rgb(242,204,62); }

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