Html Css Color HEX #FBC72A Saffron

📋 copy color: '#FBC72A'

red 251 ◦ green 199 ◦ blue 42

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

Shades of Saffron #FBC72A

Tints of Saffron #FBC72A

RGB

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

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

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

R = 51.02%
G = 40.45%
B = 8.54%

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

#FBC72A (or 0xFBC72A) is known color: Saffron. HEX triplet: FB, C7 and 2A. RGB value is (251,199,42). Sum of RGB (Red+Green+Blue) = 251+199+42=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC72A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC72A is #0438D5. Grayscale: #C5C5C5. Windows color (decimal): -276694 or 2803707. OLE color: 2803707.

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

Color convert

RGB 251 199 42 -
CMYK 0 0.21 0.83 0.02
HSL 45.07º 0.96% 0.57% -
HSV(B) 45.07º 0.83% 0.98% -
XYZ 60.63 61.52 10.87 -
YUV 196.65 40.73 166.77 -
System Red Green Blue C M Y K H S L
Decimal 251 199 42 0 0.21 0.83 0.02 45.07 0.96 0.57
Hex FB C7 2A 0 15 53 2 2D 60 39
Octal 373 307 52 0 25 123 2 55 140 71
Binary 11111011 11000111 101010 0 10101 1010011 10 101101 1100000 111001

Color Harmonies of #FBC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC72A

Black with #FBC72A

Text Example


Text Example

White with #FBC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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