Html Css Color HEX #F2BB35 Saffron

📋 copy color: '#F2BB35'

red 242 ◦ green 187 ◦ blue 53

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

Shades of Saffron #F2BB35

Tints of Saffron #F2BB35

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 53 (21.09% from 255) = 11%

R = 50.21%
G = 38.8%
B = 11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2BB35 (or 0xF2BB35) is known color: Saffron. HEX triplet: F2, BB and 35. RGB value is (242,187,53). Sum of RGB (Red+Green+Blue) = 242+187+53=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BB35 is #0D44CA. Grayscale: #BCBCBC. Windows color (decimal): -869579 or 3521522. OLE color: 3521522.

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

Color convert

RGB 242 187 53 -
CMYK 0 0.23 0.78 0.05
HSL 42.54º 0.88% 0.58% -
HSV(B) 42.54º 0.78% 0.95% -
XYZ 55.03 54.67 11.02 -
YUV 188.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 242 187 53 0 0.23 0.78 0.05 42.54 0.88 0.58
Hex F2 BB 35 0 17 4E 5 2B 58 3A
Octal 362 273 65 0 27 116 5 53 130 72
Binary 11110010 10111011 110101 0 10111 1001110 101 101011 1011000 111010

Color Harmonies of #F2BB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BB35

Black with #F2BB35

Text Example


Text Example

White with #F2BB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BB35; }

 p { color: rgb(242,187,53); }

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

background-color css

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

 a { background-color: rgb(242,187,53); }

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

border-color css

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

 span { border-color: rgb(242,187,53); }

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