Html Css Color HEX #FAB647 My Sin

📋 copy color: '#FAB647'

red 250 ◦ green 182 ◦ blue 71

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

Shades of My Sin #FAB647

Tints of My Sin #FAB647

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.18%

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

R = 49.7%
G = 36.18%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAB647 (or 0xFAB647) is known color: My Sin. HEX triplet: FA, B6 and 47. RGB value is (250,182,71). Sum of RGB (Red+Green+Blue) = 250+182+71=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB647 is #0549B8. Grayscale: #BEBEBE. Windows color (decimal): -346553 or 4699898. OLE color: 4699898.

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

Color convert

RGB 250 182 71 -
CMYK 0 0.27 0.72 0.02
HSL 37.21º 0.95% 0.63% -
HSV(B) 37.21º 0.72% 0.98% -
XYZ 57.29 54.23 13.41 -
YUV 189.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 250 182 71 0 0.27 0.72 0.02 37.21 0.95 0.63
Hex FA B6 47 0 1B 48 2 25 5F 3F
Octal 372 266 107 0 33 110 2 45 137 77
Binary 11111010 10110110 1000111 0 11011 1001000 10 100101 1011111 111111

Color Harmonies of #FAB647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB647

Black with #FAB647

Text Example


Text Example

White with #FAB647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB647; }

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

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

background-color css

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

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

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

border-color css

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

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

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