Html Css Color HEX #F2CC37 Saffron

📋 copy color: '#F2CC37'

red 242 ◦ green 204 ◦ blue 55

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

Shades of Saffron #F2CC37

Tints of Saffron #F2CC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.98%

R = 48.3%
G = 40.72%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F2CC37 (or 0xF2CC37) is known color: Saffron. HEX triplet: F2, CC and 37. RGB value is (242,204,55). Sum of RGB (Red+Green+Blue) = 242+204+55=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC37 is #0D33C8. Grayscale: #C7C7C7. Windows color (decimal): -865225 or 3656946. OLE color: 3656946.

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

Color convert

RGB 242 204 55 -
CMYK 0 0.16 0.77 0.05
HSL 47.81º 0.88% 0.58% -
HSV(B) 47.81º 0.77% 0.95% -
XYZ 58.9 62.34 12.54 -
YUV 198.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 242 204 55 0 0.16 0.77 0.05 47.81 0.88 0.58
Hex F2 CC 37 0 10 4D 5 30 58 3A
Octal 362 314 67 0 20 115 5 60 130 72
Binary 11110010 11001100 110111 0 10000 1001101 101 110000 1011000 111010

Color Harmonies of #F2CC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC37

Black with #F2CC37

Text Example


Text Example

White with #F2CC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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