Html Css Color HEX #FBC334 Saffron

📋 copy color: '#FBC334'

red 251 ◦ green 195 ◦ blue 52

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

Shades of Saffron #FBC334

Tints of Saffron #FBC334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.16%

 BLUE value IS 52 (20.7% from 255) = 10.44%

R = 50.4%
G = 39.16%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FBC334 (or 0xFBC334) is known color: Saffron. HEX triplet: FB, C3 and 34. RGB value is (251,195,52). Sum of RGB (Red+Green+Blue) = 251+195+52=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC334 is #043CCB. Grayscale: #C4C4C4. Windows color (decimal): -277708 or 3458043. OLE color: 3458043.

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

Color convert

RGB 251 195 52 -
CMYK 0 0.22 0.79 0.02
HSL 43.12º 0.96% 0.59% -
HSV(B) 43.12º 0.79% 0.98% -
XYZ 59.92 59.79 11.63 -
YUV 195.44 47.05 167.63 -
System Red Green Blue C M Y K H S L
Decimal 251 195 52 0 0.22 0.79 0.02 43.12 0.96 0.59
Hex FB C3 34 0 16 4F 2 2B 60 3B
Octal 373 303 64 0 26 117 2 53 140 73
Binary 11111011 11000011 110100 0 10110 1001111 10 101011 1100000 111011

Color Harmonies of #FBC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC334

Black with #FBC334

Text Example


Text Example

White with #FBC334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC334; }

 p { color: rgb(251,195,52); }

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

background-color css

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

 a { background-color: rgb(251,195,52); }

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

border-color css

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

 span { border-color: rgb(251,195,52); }

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