Html Css Color HEX #FABD28 Saffron

📋 copy color: '#FABD28'

red 250 ◦ green 189 ◦ blue 40

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

Shades of Saffron #FABD28

Tints of Saffron #FABD28

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

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

R = 52.19%
G = 39.46%
B = 8.35%

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

#FABD28 (or 0xFABD28) is known color: Saffron. HEX triplet: FA, BD and 28. RGB value is (250,189,40). Sum of RGB (Red+Green+Blue) = 250+189+40=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD28 is #0542D7. Grayscale: #BEBEBE. Windows color (decimal): -344792 or 2670074. OLE color: 2670074.

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

Color convert

RGB 250 189 40 -
CMYK 0 0.24 0.84 0.02
HSL 42.57º 0.95% 0.57% -
HSV(B) 42.57º 0.84% 0.98% -
XYZ 58 56.87 9.93 -
YUV 190.25 43.21 170.62 -
System Red Green Blue C M Y K H S L
Decimal 250 189 40 0 0.24 0.84 0.02 42.57 0.95 0.57
Hex FA BD 28 0 18 54 2 2B 5F 39
Octal 372 275 50 0 30 124 2 53 137 71
Binary 11111010 10111101 101000 0 11000 1010100 10 101011 1011111 111001

Color Harmonies of #FABD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD28

Black with #FABD28

Text Example


Text Example

White with #FABD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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