Html Css Color HEX #FBC128 Saffron

📋 copy color: '#FBC128'

red 251 ◦ green 193 ◦ blue 40

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

Shades of Saffron #FBC128

Tints of Saffron #FBC128

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.88%

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

R = 51.86%
G = 39.88%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBC128 (or 0xFBC128) is known color: Saffron. HEX triplet: FB, C1 and 28. RGB value is (251,193,40). Sum of RGB (Red+Green+Blue) = 251+193+40=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC128 is #043ED7. Grayscale: #C1C1C1. Windows color (decimal): -278232 or 2671099. OLE color: 2671099.

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

Color convert

RGB 251 193 40 -
CMYK 0 0.23 0.84 0.02
HSL 43.51º 0.96% 0.57% -
HSV(B) 43.51º 0.84% 0.98% -
XYZ 59.24 58.8 10.24 -
YUV 192.9 41.72 169.44 -
System Red Green Blue C M Y K H S L
Decimal 251 193 40 0 0.23 0.84 0.02 43.51 0.96 0.57
Hex FB C1 28 0 17 54 2 2C 60 39
Octal 373 301 50 0 27 124 2 54 140 71
Binary 11111011 11000001 101000 0 10111 1010100 10 101100 1100000 111001

Color Harmonies of #FBC128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC128

Black with #FBC128

Text Example


Text Example

White with #FBC128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC128; }

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

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

background-color css

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

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

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

border-color css

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

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

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