Html Css Color HEX #FABE28 Saffron

📋 copy color: '#FABE28'

red 250 ◦ green 190 ◦ blue 40

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

Shades of Saffron #FABE28

Tints of Saffron #FABE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.58%

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

R = 52.08%
G = 39.58%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FABE28 (or 0xFABE28) is known color: Saffron. HEX triplet: FA, BE and 28. RGB value is (250,190,40). Sum of RGB (Red+Green+Blue) = 250+190+40=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABE28 is #0541D7. Grayscale: #BFBFBF. Windows color (decimal): -344536 or 2670330. OLE color: 2670330.

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

Color convert

RGB 250 190 40 -
CMYK 0 0.24 0.84 0.02
HSL 42.86º 0.95% 0.57% -
HSV(B) 42.86º 0.84% 0.98% -
XYZ 58.22 57.3 10 -
YUV 190.84 42.88 170.2 -
System Red Green Blue C M Y K H S L
Decimal 250 190 40 0 0.24 0.84 0.02 42.86 0.95 0.57
Hex FA BE 28 0 18 54 2 2B 5F 39
Octal 372 276 50 0 30 124 2 53 137 71
Binary 11111010 10111110 101000 0 11000 1010100 10 101011 1011111 111001

Color Harmonies of #FABE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABE28

Black with #FABE28

Text Example


Text Example

White with #FABE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABE28; }

 p { color: rgb(250,190,40); }

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

background-color css

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

 a { background-color: rgb(250,190,40); }

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

border-color css

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

 span { border-color: rgb(250,190,40); }

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