Html Css Color HEX #FBC628 Saffron

📋 copy color: '#FBC628'

red 251 ◦ green 198 ◦ blue 40

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

Shades of Saffron #FBC628

Tints of Saffron #FBC628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.49%

 BLUE value IS 40 (16.02% from 255) = 8.18%

R = 51.33%
G = 40.49%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBC628 (or 0xFBC628) is known color: Saffron. HEX triplet: FB, C6 and 28. RGB value is (251,198,40). Sum of RGB (Red+Green+Blue) = 251+198+40=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC628 is #0439D7. Grayscale: #C4C4C4. Windows color (decimal): -276952 or 2672379. OLE color: 2672379.

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

Color convert

RGB 251 198 40 -
CMYK 0 0.21 0.84 0.02
HSL 44.93º 0.96% 0.57% -
HSV(B) 44.93º 0.84% 0.98% -
XYZ 60.36 61.05 10.61 -
YUV 195.84 40.06 167.35 -
System Red Green Blue C M Y K H S L
Decimal 251 198 40 0 0.21 0.84 0.02 44.93 0.96 0.57
Hex FB C6 28 0 15 54 2 2D 60 39
Octal 373 306 50 0 25 124 2 55 140 71
Binary 11111011 11000110 101000 0 10101 1010100 10 101101 1100000 111001

Color Harmonies of #FBC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC628

Black with #FBC628

Text Example


Text Example

White with #FBC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC628; }

 p { color: rgb(251,198,40); }

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

background-color css

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

 a { background-color: rgb(251,198,40); }

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

border-color css

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

 span { border-color: rgb(251,198,40); }

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