Html Css Color HEX #FABA26 Saffron

📋 copy color: '#FABA26'

red 250 ◦ green 186 ◦ blue 38

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

Shades of Saffron #FABA26

Tints of Saffron #FABA26

RGB

 RED value IS 250 (98.05% from 255) = 52.74%

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

 BLUE value IS 38 (15.23% from 255) = 8.02%

R = 52.74%
G = 39.24%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FABA26 (or 0xFABA26) is known color: Saffron. HEX triplet: FA, BA and 26. RGB value is (250,186,38). Sum of RGB (Red+Green+Blue) = 250+186+38=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 38 (15.23% from 255 or 8.02% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA26 is #0545D9. Grayscale: #BCBCBC. Windows color (decimal): -345562 or 2538234. OLE color: 2538234.

HSL color Cylindrical-coordinate representation of color #FABA26: hue angle of 41.89º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FABA26 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 38 -
CMYK 0 0.26 0.85 0.02
HSL 41.89º 0.95% 0.56% -
HSV(B) 41.89º 0.85% 0.98% -
XYZ 57.33 55.58 9.54 -
YUV 188.26 43.2 172.03 -
System Red Green Blue C M Y K H S L
Decimal 250 186 38 0 0.26 0.85 0.02 41.89 0.95 0.56
Hex FA BA 26 0 1A 55 2 2A 5F 38
Octal 372 272 46 0 32 125 2 52 137 70
Binary 11111010 10111010 100110 0 11010 1010101 10 101010 1011111 111000

Color Harmonies of #FABA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA26

Black with #FABA26

Text Example


Text Example

White with #FABA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA26; }

 p { color: rgb(250,186,38); }

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

background-color css

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

 a { background-color: rgb(250,186,38); }

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

border-color css

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

 span { border-color: rgb(250,186,38); }

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