Html Css Color HEX #FAB447 My Sin

📋 copy color: '#FAB447'

red 250 ◦ green 180 ◦ blue 71

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

Shades of My Sin #FAB447

Tints of My Sin #FAB447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.17%

R = 49.9%
G = 35.93%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAB447 (or 0xFAB447) is known color: My Sin. HEX triplet: FA, B4 and 47. RGB value is (250,180,71). Sum of RGB (Red+Green+Blue) = 250+180+71=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB447 is #054BB8. Grayscale: #BDBDBD. Windows color (decimal): -347065 or 4699386. OLE color: 4699386.

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

Color convert

RGB 250 180 71 -
CMYK 0 0.28 0.72 0.02
HSL 36.54º 0.95% 0.63% -
HSV(B) 36.54º 0.72% 0.98% -
XYZ 56.88 53.42 13.27 -
YUV 188.5 61.69 171.86 -
System Red Green Blue C M Y K H S L
Decimal 250 180 71 0 0.28 0.72 0.02 36.54 0.95 0.63
Hex FA B4 47 0 1C 48 2 25 5F 3F
Octal 372 264 107 0 34 110 2 45 137 77
Binary 11111010 10110100 1000111 0 11100 1001000 10 100101 1011111 111111

Color Harmonies of #FAB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB447

Black with #FAB447

Text Example


Text Example

White with #FAB447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB447; }

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

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

background-color css

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

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

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

border-color css

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

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

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