Html Css Color HEX #FAAB41 My Sin

📋 copy color: '#FAAB41'

red 250 ◦ green 171 ◦ blue 65

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

Shades of My Sin #FAAB41

Tints of My Sin #FAAB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

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

R = 51.44%
G = 35.19%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAAB41 (or 0xFAAB41) is known color: My Sin. HEX triplet: FA, AB and 41. RGB value is (250,171,65). Sum of RGB (Red+Green+Blue) = 250+171+65=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB41 is #0554BE. Grayscale: #B7B7B7. Windows color (decimal): -349375 or 4303866. OLE color: 4303866.

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

Color convert

RGB 250 171 65 -
CMYK 0 0.32 0.74 0.02
HSL 34.38º 0.95% 0.62% -
HSV(B) 34.38º 0.74% 0.98% -
XYZ 54.94 49.83 11.72 -
YUV 182.54 61.67 176.12 -
System Red Green Blue C M Y K H S L
Decimal 250 171 65 0 0.32 0.74 0.02 34.38 0.95 0.62
Hex FA AB 41 0 20 4A 2 22 5F 3E
Octal 372 253 101 0 40 112 2 42 137 76
Binary 11111010 10101011 1000001 0 100000 1001010 10 100010 1011111 111110

Color Harmonies of #FAAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB41

Black with #FAAB41

Text Example


Text Example

White with #FAAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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