Html Css Color HEX #FAB947 My Sin

📋 copy color: '#FAB947'

red 250 ◦ green 185 ◦ blue 71

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

Shades of My Sin #FAB947

Tints of My Sin #FAB947

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

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

R = 49.41%
G = 36.56%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAB947 (or 0xFAB947) is known color: My Sin. HEX triplet: FA, B9 and 47. RGB value is (250,185,71). Sum of RGB (Red+Green+Blue) = 250+185+71=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB947 is #0546B8. Grayscale: #BFBFBF. Windows color (decimal): -345785 or 4700666. OLE color: 4700666.

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

Color convert

RGB 250 185 71 -
CMYK 0 0.26 0.72 0.02
HSL 38.21º 0.95% 0.63% -
HSV(B) 38.21º 0.72% 0.98% -
XYZ 57.91 55.48 13.62 -
YUV 191.44 60.03 169.77 -
System Red Green Blue C M Y K H S L
Decimal 250 185 71 0 0.26 0.72 0.02 38.21 0.95 0.63
Hex FA B9 47 0 1A 48 2 26 5F 3F
Octal 372 271 107 0 32 110 2 46 137 77
Binary 11111010 10111001 1000111 0 11010 1001000 10 100110 1011111 111111

Color Harmonies of #FAB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB947

Black with #FAB947

Text Example


Text Example

White with #FAB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB947; }

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

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

background-color css

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

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

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

border-color css

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

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

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