Html Css Color HEX #FABD2C Saffron

📋 copy color: '#FABD2C'

red 250 ◦ green 189 ◦ blue 44

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

Shades of Saffron #FABD2C

Tints of Saffron #FABD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.11%

R = 51.76%
G = 39.13%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FABD2C (or 0xFABD2C) is known color: Saffron. HEX triplet: FA, BD and 2C. RGB value is (250,189,44). Sum of RGB (Red+Green+Blue) = 250+189+44=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD2C is #0542D3. Grayscale: #BFBFBF. Windows color (decimal): -344788 or 2932218. OLE color: 2932218.

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

Color convert

RGB 250 189 44 -
CMYK 0 0.24 0.82 0.02
HSL 42.23º 0.95% 0.58% -
HSV(B) 42.23º 0.82% 0.98% -
XYZ 58.08 56.9 10.3 -
YUV 190.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 250 189 44 0 0.24 0.82 0.02 42.23 0.95 0.58
Hex FA BD 2C 0 18 52 2 2A 5F 3A
Octal 372 275 54 0 30 122 2 52 137 72
Binary 11111010 10111101 101100 0 11000 1010010 10 101010 1011111 111010

Color Harmonies of #FABD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD2C

Black with #FABD2C

Text Example


Text Example

White with #FABD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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