Html Css Color HEX #FBC52A Saffron

📋 copy color: '#FBC52A'

red 251 ◦ green 197 ◦ blue 42

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

Shades of Saffron #FBC52A

Tints of Saffron #FBC52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.57%

R = 51.22%
G = 40.2%
B = 8.57%

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

#FBC52A (or 0xFBC52A) is known color: Saffron. HEX triplet: FB, C5 and 2A. RGB value is (251,197,42). Sum of RGB (Red+Green+Blue) = 251+197+42=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC52A is #043AD5. Grayscale: #C4C4C4. Windows color (decimal): -277206 or 2803195. OLE color: 2803195.

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

Color convert

RGB 251 197 42 -
CMYK 0 0.22 0.83 0.02
HSL 44.5º 0.96% 0.57% -
HSV(B) 44.5º 0.83% 0.98% -
XYZ 60.17 60.61 10.72 -
YUV 195.48 41.39 167.6 -
System Red Green Blue C M Y K H S L
Decimal 251 197 42 0 0.22 0.83 0.02 44.5 0.96 0.57
Hex FB C5 2A 0 16 53 2 2C 60 39
Octal 373 305 52 0 26 123 2 54 140 71
Binary 11111011 11000101 101010 0 10110 1010011 10 101100 1100000 111001

Color Harmonies of #FBC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC52A

Black with #FBC52A

Text Example


Text Example

White with #FBC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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