Html Css Color HEX #FBC72B Saffron

📋 copy color: '#FBC72B'

red 251 ◦ green 199 ◦ blue 43

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

Shades of Saffron #FBC72B

Tints of Saffron #FBC72B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.37%

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

R = 50.91%
G = 40.37%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBC72B (or 0xFBC72B) is known color: Saffron. HEX triplet: FB, C7 and 2B. RGB value is (251,199,43). Sum of RGB (Red+Green+Blue) = 251+199+43=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC72B is #0438D4. Grayscale: #C5C5C5. Windows color (decimal): -276693 or 2869243. OLE color: 2869243.

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

Color convert

RGB 251 199 43 -
CMYK 0 0.21 0.83 0.02
HSL 45º 0.96% 0.58% -
HSV(B) 45º 0.83% 0.98% -
XYZ 60.64 61.53 10.97 -
YUV 196.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 251 199 43 0 0.21 0.83 0.02 45 0.96 0.58
Hex FB C7 2B 0 15 53 2 2D 60 3A
Octal 373 307 53 0 25 123 2 55 140 72
Binary 11111011 11000111 101011 0 10101 1010011 10 101101 1100000 111010

Color Harmonies of #FBC72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC72B

Black with #FBC72B

Text Example


Text Example

White with #FBC72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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