Html Css Color HEX #FBC52F Saffron

📋 copy color: '#FBC52F'

red 251 ◦ green 197 ◦ blue 47

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

Shades of Saffron #FBC52F

Tints of Saffron #FBC52F

RGB

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

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

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

R = 50.71%
G = 39.8%
B = 9.49%

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

#FBC52F (or 0xFBC52F) is known color: Saffron. HEX triplet: FB, C5 and 2F. RGB value is (251,197,47). Sum of RGB (Red+Green+Blue) = 251+197+47=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC52F is #043AD0. Grayscale: #C4C4C4. Windows color (decimal): -277201 or 3130875. OLE color: 3130875.

HSL color Cylindrical-coordinate representation of color #FBC52F: hue angle of 44.12º 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 #FBC52F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 47 -
CMYK 0 0.22 0.81 0.02
HSL 44.12º 0.96% 0.58% -
HSV(B) 44.12º 0.81% 0.98% -
XYZ 60.26 60.65 11.22 -
YUV 196.05 43.89 167.2 -
System Red Green Blue C M Y K H S L
Decimal 251 197 47 0 0.22 0.81 0.02 44.12 0.96 0.58
Hex FB C5 2F 0 16 51 2 2C 60 3A
Octal 373 305 57 0 26 121 2 54 140 72
Binary 11111011 11000101 101111 0 10110 1010001 10 101100 1100000 111010

Color Harmonies of #FBC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC52F

Black with #FBC52F

Text Example


Text Example

White with #FBC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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