Html Css Color HEX #FAA741 My Sin

📋 copy color: '#FAA741'

red 250 ◦ green 167 ◦ blue 65

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

Shades of My Sin #FAA741

Tints of My Sin #FAA741

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

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

R = 51.87%
G = 34.65%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAA741 (or 0xFAA741) is known color: My Sin. HEX triplet: FA, A7 and 41. RGB value is (250,167,65). Sum of RGB (Red+Green+Blue) = 250+167+65=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA741 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA741 is #0558BE. Grayscale: #B4B4B4. Windows color (decimal): -350399 or 4302842. OLE color: 4302842.

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

Color convert

RGB 250 167 65 -
CMYK 0 0.33 0.74 0.02
HSL 33.08º 0.95% 0.62% -
HSV(B) 33.08º 0.74% 0.98% -
XYZ 54.2 48.34 11.48 -
YUV 180.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 250 167 65 0 0.33 0.74 0.02 33.08 0.95 0.62
Hex FA A7 41 0 21 4A 2 21 5F 3E
Octal 372 247 101 0 41 112 2 41 137 76
Binary 11111010 10100111 1000001 0 100001 1001010 10 100001 1011111 111110

Color Harmonies of #FAA741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA741

Black with #FAA741

Text Example


Text Example

White with #FAA741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA741; }

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

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

background-color css

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

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

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

border-color css

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

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

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