Html Css Color HEX #FBC233 Saffron

📋 copy color: '#FBC233'

red 251 ◦ green 194 ◦ blue 51

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

Shades of Saffron #FBC233

Tints of Saffron #FBC233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.28%

R = 50.6%
G = 39.11%
B = 10.28%

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

#FBC233 (or 0xFBC233) is known color: Saffron. HEX triplet: FB, C2 and 33. RGB value is (251,194,51). Sum of RGB (Red+Green+Blue) = 251+194+51=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 51 (20.31% from 255 or 10.28% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC233 is #043DCC. Grayscale: #C3C3C3. Windows color (decimal): -277965 or 3392251. OLE color: 3392251.

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

Color convert

RGB 251 194 51 -
CMYK 0 0.23 0.80 0.02
HSL 42.9º 0.96% 0.59% -
HSV(B) 42.9º 0.8% 0.98% -
XYZ 59.67 59.33 11.44 -
YUV 194.74 46.88 168.13 -
System Red Green Blue C M Y K H S L
Decimal 251 194 51 0 0.23 0.80 0.02 42.9 0.96 0.59
Hex FB C2 33 0 17 50 2 2B 60 3B
Octal 373 302 63 0 27 120 2 53 140 73
Binary 11111011 11000010 110011 0 10111 1010000 10 101011 1100000 111011

Color Harmonies of #FBC233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC233

Black with #FBC233

Text Example


Text Example

White with #FBC233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC233; }

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

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

background-color css

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

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

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

border-color css

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

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

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