Html Css Color HEX #F2CC36 Saffron

📋 copy color: '#F2CC36'

red 242 ◦ green 204 ◦ blue 54

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

Shades of Saffron #F2CC36

Tints of Saffron #F2CC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.8%

R = 48.4%
G = 40.8%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2CC36 (or 0xF2CC36) is known color: Saffron. HEX triplet: F2, CC and 36. RGB value is (242,204,54). Sum of RGB (Red+Green+Blue) = 242+204+54=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC36 is #0D33C9. Grayscale: #C6C6C6. Windows color (decimal): -865226 or 3591410. OLE color: 3591410.

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

Color convert

RGB 242 204 54 -
CMYK 0 0.16 0.78 0.05
HSL 47.87º 0.88% 0.58% -
HSV(B) 47.87º 0.78% 0.95% -
XYZ 58.88 62.33 12.42 -
YUV 198.26 46.59 159.2 -
System Red Green Blue C M Y K H S L
Decimal 242 204 54 0 0.16 0.78 0.05 47.87 0.88 0.58
Hex F2 CC 36 0 10 4E 5 30 58 3A
Octal 362 314 66 0 20 116 5 60 130 72
Binary 11110010 11001100 110110 0 10000 1001110 101 110000 1011000 111010

Color Harmonies of #F2CC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC36

Black with #F2CC36

Text Example


Text Example

White with #F2CC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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