Html Css Color HEX #FBC232 Saffron

📋 copy color: '#FBC232'

red 251 ◦ green 194 ◦ blue 50

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

Shades of Saffron #FBC232

Tints of Saffron #FBC232

RGB

 RED value IS 251 (98.44% from 255) = 50.71%

 GREEN value IS 194 (76.17% from 255) = 39.19%

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

R = 50.71%
G = 39.19%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBC232 (or 0xFBC232) is known color: Saffron. HEX triplet: FB, C2 and 32. RGB value is (251,194,50). Sum of RGB (Red+Green+Blue) = 251+194+50=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC232 is #043DCD. Grayscale: #C3C3C3. Windows color (decimal): -277966 or 3326715. OLE color: 3326715.

HSL color Cylindrical-coordinate representation of color #FBC232: hue angle of 42.99º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBC232 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 194 50 -
CMYK 0 0.23 0.80 0.02
HSL 42.99º 0.96% 0.59% -
HSV(B) 42.99º 0.8% 0.98% -
XYZ 59.65 59.32 11.32 -
YUV 194.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 251 194 50 0 0.23 0.80 0.02 42.99 0.96 0.59
Hex FB C2 32 0 17 50 2 2B 60 3B
Octal 373 302 62 0 27 120 2 53 140 73
Binary 11111011 11000010 110010 0 10111 1010000 10 101011 1100000 111011

Color Harmonies of #FBC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC232

Black with #FBC232

Text Example


Text Example

White with #FBC232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC232; }

 p { color: rgb(251,194,50); }

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

background-color css

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

 a { background-color: rgb(251,194,50); }

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

border-color css

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

 span { border-color: rgb(251,194,50); }

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