Html Css Color HEX #F2BA39 Saffron

📋 copy color: '#F2BA39'

red 242 ◦ green 186 ◦ blue 57

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

Shades of Saffron #F2BA39

Tints of Saffron #F2BA39

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.35%

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

R = 49.9%
G = 38.35%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2BA39 (or 0xF2BA39) is known color: Saffron. HEX triplet: F2, BA and 39. RGB value is (242,186,57). Sum of RGB (Red+Green+Blue) = 242+186+57=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 57 (22.66% from 255 or 11.75% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA39 is #0D45C6. Grayscale: #BCBCBC. Windows color (decimal): -869831 or 3783410. OLE color: 3783410.

HSL color Cylindrical-coordinate representation of color #F2BA39: hue angle of 41.84º 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 #F2BA39 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 186 57 -
CMYK 0 0.23 0.76 0.05
HSL 41.84º 0.88% 0.59% -
HSV(B) 41.84º 0.76% 0.95% -
XYZ 54.92 54.29 11.46 -
YUV 188.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 242 186 57 0 0.23 0.76 0.05 41.84 0.88 0.59
Hex F2 BA 39 0 17 4C 5 2A 58 3B
Octal 362 272 71 0 27 114 5 52 130 73
Binary 11110010 10111010 111001 0 10111 1001100 101 101010 1011000 111011

Color Harmonies of #F2BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA39

Black with #F2BA39

Text Example


Text Example

White with #F2BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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