Html Css Color HEX #FBBA28 Saffron

📋 copy color: '#FBBA28'

red 251 ◦ green 186 ◦ blue 40

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

Shades of Saffron #FBBA28

Tints of Saffron #FBBA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

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

R = 52.62%
G = 38.99%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBBA28 (or 0xFBBA28) is known color: Saffron. HEX triplet: FB, BA and 28. RGB value is (251,186,40). Sum of RGB (Red+Green+Blue) = 251+186+40=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 40 (16.02% from 255 or 8.39% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA28 is #0445D7. Grayscale: #BDBDBD. Windows color (decimal): -280024 or 2669307. OLE color: 2669307.

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

Color convert

RGB 251 186 40 -
CMYK 0 0.26 0.84 0.02
HSL 41.52º 0.96% 0.57% -
HSV(B) 41.52º 0.84% 0.98% -
XYZ 57.73 55.78 9.73 -
YUV 188.79 44.03 172.37 -
System Red Green Blue C M Y K H S L
Decimal 251 186 40 0 0.26 0.84 0.02 41.52 0.96 0.57
Hex FB BA 28 0 1A 54 2 2A 60 39
Octal 373 272 50 0 32 124 2 52 140 71
Binary 11111011 10111010 101000 0 11010 1010100 10 101010 1100000 111001

Color Harmonies of #FBBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA28

Black with #FBBA28

Text Example


Text Example

White with #FBBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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