Html Css Color HEX #FBC235 Saffron

📋 copy color: '#FBC235'

red 251 ◦ green 194 ◦ blue 53

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

Shades of Saffron #FBC235

Tints of Saffron #FBC235

RGB

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

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

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

R = 50.4%
G = 38.96%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FBC235 (or 0xFBC235) is known color: Saffron. HEX triplet: FB, C2 and 35. RGB value is (251,194,53). Sum of RGB (Red+Green+Blue) = 251+194+53=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC235 is #043DCA. Grayscale: #C3C3C3. Windows color (decimal): -277963 or 3523323. OLE color: 3523323.

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

Color convert

RGB 251 194 53 -
CMYK 0 0.23 0.79 0.02
HSL 42.73º 0.96% 0.6% -
HSV(B) 42.73º 0.79% 0.98% -
XYZ 59.72 59.35 11.68 -
YUV 194.97 47.88 167.96 -
System Red Green Blue C M Y K H S L
Decimal 251 194 53 0 0.23 0.79 0.02 42.73 0.96 0.6
Hex FB C2 35 0 17 4F 2 2B 60 3C
Octal 373 302 65 0 27 117 2 53 140 74
Binary 11111011 11000010 110101 0 10111 1001111 10 101011 1100000 111100

Color Harmonies of #FBC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC235

Black with #FBC235

Text Example


Text Example

White with #FBC235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC235; }

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

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

background-color css

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

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

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

border-color css

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

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

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