Html Css Color HEX #FBC52B Saffron

📋 copy color: '#FBC52B'

red 251 ◦ green 197 ◦ blue 43

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

Shades of Saffron #FBC52B

Tints of Saffron #FBC52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.12%

 BLUE value IS 43 (17.19% from 255) = 8.76%

R = 51.12%
G = 40.12%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBC52B (or 0xFBC52B) is known color: Saffron. HEX triplet: FB, C5 and 2B. RGB value is (251,197,43). Sum of RGB (Red+Green+Blue) = 251+197+43=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC52B is #043AD4. Grayscale: #C4C4C4. Windows color (decimal): -277205 or 2868731. OLE color: 2868731.

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

Color convert

RGB 251 197 43 -
CMYK 0 0.22 0.83 0.02
HSL 44.42º 0.96% 0.58% -
HSV(B) 44.42º 0.83% 0.98% -
XYZ 60.19 60.62 10.81 -
YUV 195.59 41.89 167.52 -
System Red Green Blue C M Y K H S L
Decimal 251 197 43 0 0.22 0.83 0.02 44.42 0.96 0.58
Hex FB C5 2B 0 16 53 2 2C 60 3A
Octal 373 305 53 0 26 123 2 54 140 72
Binary 11111011 11000101 101011 0 10110 1010011 10 101100 1100000 111010

Color Harmonies of #FBC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC52B

Black with #FBC52B

Text Example


Text Example

White with #FBC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC52B; }

 p { color: rgb(251,197,43); }

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

background-color css

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

 a { background-color: rgb(251,197,43); }

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

border-color css

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

 span { border-color: rgb(251,197,43); }

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