Html Css Color HEX #FBC32F Saffron

📋 copy color: '#FBC32F'

red 251 ◦ green 195 ◦ blue 47

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

Shades of Saffron #FBC32F

Tints of Saffron #FBC32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.53%

R = 50.91%
G = 39.55%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBC32F (or 0xFBC32F) is known color: Saffron. HEX triplet: FB, C3 and 2F. RGB value is (251,195,47). Sum of RGB (Red+Green+Blue) = 251+195+47=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC32F is #043CD0. Grayscale: #C3C3C3. Windows color (decimal): -277713 or 3130363. OLE color: 3130363.

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

Color convert

RGB 251 195 47 -
CMYK 0 0.22 0.81 0.02
HSL 43.53º 0.96% 0.58% -
HSV(B) 43.53º 0.81% 0.98% -
XYZ 59.81 59.74 11.07 -
YUV 194.87 44.55 168.03 -
System Red Green Blue C M Y K H S L
Decimal 251 195 47 0 0.22 0.81 0.02 43.53 0.96 0.58
Hex FB C3 2F 0 16 51 2 2C 60 3A
Octal 373 303 57 0 26 121 2 54 140 72
Binary 11111011 11000011 101111 0 10110 1010001 10 101100 1100000 111010

Color Harmonies of #FBC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC32F

Black with #FBC32F

Text Example


Text Example

White with #FBC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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