Html Css Color HEX #FAB444 My Sin

📋 copy color: '#FAB444'

red 250 ◦ green 180 ◦ blue 68

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

Shades of My Sin #FAB444

Tints of My Sin #FAB444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 68 (26.95% from 255) = 13.65%

R = 50.2%
G = 36.14%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAB444 (or 0xFAB444) is known color: My Sin. HEX triplet: FA, B4 and 44. RGB value is (250,180,68). Sum of RGB (Red+Green+Blue) = 250+180+68=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB444 is #054BBB. Grayscale: #BCBCBC. Windows color (decimal): -347068 or 4502778. OLE color: 4502778.

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

Color convert

RGB 250 180 68 -
CMYK 0 0.28 0.73 0.02
HSL 36.92º 0.95% 0.62% -
HSV(B) 36.92º 0.73% 0.98% -
XYZ 56.79 53.38 12.78 -
YUV 188.16 60.19 172.11 -
System Red Green Blue C M Y K H S L
Decimal 250 180 68 0 0.28 0.73 0.02 36.92 0.95 0.62
Hex FA B4 44 0 1C 49 2 25 5F 3E
Octal 372 264 104 0 34 111 2 45 137 76
Binary 11111010 10110100 1000100 0 11100 1001001 10 100101 1011111 111110

Color Harmonies of #FAB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB444

Black with #FAB444

Text Example


Text Example

White with #FAB444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB444; }

 p { color: rgb(250,180,68); }

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

background-color css

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

 a { background-color: rgb(250,180,68); }

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

border-color css

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

 span { border-color: rgb(250,180,68); }

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