Html Css Color HEX #F3BB32 Saffron

📋 copy color: '#F3BB32'

red 243 ◦ green 187 ◦ blue 50

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

Shades of Saffron #F3BB32

Tints of Saffron #F3BB32

RGB

 RED value IS 243 (95.31% from 255) = 50.63%

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

 BLUE value IS 50 (19.92% from 255) = 10.42%

R = 50.63%
G = 38.96%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F3BB32 (or 0xF3BB32) is known color: Saffron. HEX triplet: F3, BB and 32. RGB value is (243,187,50). Sum of RGB (Red+Green+Blue) = 243+187+50=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BB32 is #0C44CD. Grayscale: #BCBCBC. Windows color (decimal): -804046 or 3324915. OLE color: 3324915.

HSL color Cylindrical-coordinate representation of color #F3BB32: hue angle of 42.59º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3BB32 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 187 50 -
CMYK 0 0.23 0.79 0.05
HSL 42.59º 0.89% 0.57% -
HSV(B) 42.59º 0.79% 0.95% -
XYZ 55.31 54.83 10.68 -
YUV 188.13 50.05 167.14 -
System Red Green Blue C M Y K H S L
Decimal 243 187 50 0 0.23 0.79 0.05 42.59 0.89 0.57
Hex F3 BB 32 0 17 4F 5 2B 59 39
Octal 363 273 62 0 27 117 5 53 131 71
Binary 11110011 10111011 110010 0 10111 1001111 101 101011 1011001 111001

Color Harmonies of #F3BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BB32

Black with #F3BB32

Text Example


Text Example

White with #F3BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BB32; }

 p { color: rgb(243,187,50); }

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

background-color css

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

 a { background-color: rgb(243,187,50); }

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

border-color css

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

 span { border-color: rgb(243,187,50); }

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