Html Css Color HEX #FBC72D Saffron

📋 copy color: '#FBC72D'

red 251 ◦ green 199 ◦ blue 45

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

Shades of Saffron #FBC72D

Tints of Saffron #FBC72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.09%

R = 50.71%
G = 40.2%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBC72D (or 0xFBC72D) is known color: Saffron. HEX triplet: FB, C7 and 2D. RGB value is (251,199,45). Sum of RGB (Red+Green+Blue) = 251+199+45=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC72D is #0438D2. Grayscale: #C5C5C5. Windows color (decimal): -276691 or 3000315. OLE color: 3000315.

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

Color convert

RGB 251 199 45 -
CMYK 0 0.21 0.82 0.02
HSL 44.85º 0.96% 0.58% -
HSV(B) 44.85º 0.82% 0.98% -
XYZ 60.68 61.55 11.16 -
YUV 196.99 42.23 166.52 -
System Red Green Blue C M Y K H S L
Decimal 251 199 45 0 0.21 0.82 0.02 44.85 0.96 0.58
Hex FB C7 2D 0 15 52 2 2D 60 3A
Octal 373 307 55 0 25 122 2 55 140 72
Binary 11111011 11000111 101101 0 10101 1010010 10 101101 1100000 111010

Color Harmonies of #FBC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC72D

Black with #FBC72D

Text Example


Text Example

White with #FBC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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