Html Css Color HEX #FBC52C Saffron

📋 copy color: '#FBC52C'

red 251 ◦ green 197 ◦ blue 44

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

Shades of Saffron #FBC52C

Tints of Saffron #FBC52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.94%

R = 51.02%
G = 40.04%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBC52C (or 0xFBC52C) is known color: Saffron. HEX triplet: FB, C5 and 2C. RGB value is (251,197,44). Sum of RGB (Red+Green+Blue) = 251+197+44=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC52C is #043AD3. Grayscale: #C4C4C4. Windows color (decimal): -277204 or 2934267. OLE color: 2934267.

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

Color convert

RGB 251 197 44 -
CMYK 0 0.22 0.82 0.02
HSL 44.35º 0.96% 0.58% -
HSV(B) 44.35º 0.82% 0.98% -
XYZ 60.2 60.62 10.91 -
YUV 195.7 42.39 167.44 -
System Red Green Blue C M Y K H S L
Decimal 251 197 44 0 0.22 0.82 0.02 44.35 0.96 0.58
Hex FB C5 2C 0 16 52 2 2C 60 3A
Octal 373 305 54 0 26 122 2 54 140 72
Binary 11111011 11000101 101100 0 10110 1010010 10 101100 1100000 111010

Color Harmonies of #FBC52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC52C

Black with #FBC52C

Text Example


Text Example

White with #FBC52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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