Html Css Color HEX #FABC2D Saffron

📋 copy color: '#FABC2D'

red 250 ◦ green 188 ◦ blue 45

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

Shades of Saffron #FABC2D

Tints of Saffron #FABC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.92%

 BLUE value IS 45 (17.97% from 255) = 9.32%

R = 51.76%
G = 38.92%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FABC2D (or 0xFABC2D) is known color: Saffron. HEX triplet: FA, BC and 2D. RGB value is (250,188,45). Sum of RGB (Red+Green+Blue) = 250+188+45=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC2D is #0543D2. Grayscale: #BEBEBE. Windows color (decimal): -345043 or 2997498. OLE color: 2997498.

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

Color convert

RGB 250 188 45 -
CMYK 0 0.25 0.82 0.02
HSL 41.85º 0.95% 0.58% -
HSV(B) 41.85º 0.82% 0.98% -
XYZ 57.88 56.48 10.33 -
YUV 190.24 46.04 170.63 -
System Red Green Blue C M Y K H S L
Decimal 250 188 45 0 0.25 0.82 0.02 41.85 0.95 0.58
Hex FA BC 2D 0 19 52 2 2A 5F 3A
Octal 372 274 55 0 31 122 2 52 137 72
Binary 11111010 10111100 101101 0 11001 1010010 10 101010 1011111 111010

Color Harmonies of #FABC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC2D

Black with #FABC2D

Text Example


Text Example

White with #FABC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC2D; }

 p { color: rgb(250,188,45); }

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

background-color css

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

 a { background-color: rgb(250,188,45); }

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

border-color css

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

 span { border-color: rgb(250,188,45); }

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