Html Css Color HEX #F2C139 Saffron

📋 copy color: '#F2C139'

red 242 ◦ green 193 ◦ blue 57

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

Shades of Saffron #F2C139

Tints of Saffron #F2C139

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.23%

 BLUE value IS 57 (22.66% from 255) = 11.59%

R = 49.19%
G = 39.23%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2C139 (or 0xF2C139) is known color: Saffron. HEX triplet: F2, C1 and 39. RGB value is (242,193,57). Sum of RGB (Red+Green+Blue) = 242+193+57=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 57 (22.66% from 255 or 11.59% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C139 is #0D3EC6. Grayscale: #C0C0C0. Windows color (decimal): -868039 or 3785202. OLE color: 3785202.

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

Color convert

RGB 242 193 57 -
CMYK 0 0.20 0.76 0.05
HSL 44.11º 0.88% 0.59% -
HSV(B) 44.11º 0.76% 0.95% -
XYZ 56.43 57.31 11.96 -
YUV 192.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 242 193 57 0 0.20 0.76 0.05 44.11 0.88 0.59
Hex F2 C1 39 0 14 4C 5 2C 58 3B
Octal 362 301 71 0 24 114 5 54 130 73
Binary 11110010 11000001 111001 0 10100 1001100 101 101100 1011000 111011

Color Harmonies of #F2C139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C139

Black with #F2C139

Text Example


Text Example

White with #F2C139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C139; }

 p { color: rgb(242,193,57); }

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

background-color css

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

 a { background-color: rgb(242,193,57); }

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

border-color css

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

 span { border-color: rgb(242,193,57); }

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