Html Css Color HEX #FAB141 My Sin

📋 copy color: '#FAB141'

red 250 ◦ green 177 ◦ blue 65

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

Shades of My Sin #FAB141

Tints of My Sin #FAB141

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.98%

 BLUE value IS 65 (25.78% from 255) = 13.21%

R = 50.81%
G = 35.98%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAB141 (or 0xFAB141) is known color: My Sin. HEX triplet: FA, B1 and 41. RGB value is (250,177,65). Sum of RGB (Red+Green+Blue) = 250+177+65=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB141 is #054EBE. Grayscale: #BABABA. Windows color (decimal): -347839 or 4305402. OLE color: 4305402.

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

Color convert

RGB 250 177 65 -
CMYK 0 0.29 0.74 0.02
HSL 36.32º 0.95% 0.62% -
HSV(B) 36.32º 0.74% 0.98% -
XYZ 56.1 52.15 12.11 -
YUV 186.06 59.68 173.61 -
System Red Green Blue C M Y K H S L
Decimal 250 177 65 0 0.29 0.74 0.02 36.32 0.95 0.62
Hex FA B1 41 0 1D 4A 2 24 5F 3E
Octal 372 261 101 0 35 112 2 44 137 76
Binary 11111010 10110001 1000001 0 11101 1001010 10 100100 1011111 111110

Color Harmonies of #FAB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB141

Black with #FAB141

Text Example


Text Example

White with #FAB141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB141; }

 p { color: rgb(250,177,65); }

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

background-color css

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

 a { background-color: rgb(250,177,65); }

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

border-color css

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

 span { border-color: rgb(250,177,65); }

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