Html Css Color HEX #FAAF4A My Sin

📋 copy color: '#FAAF4A'

red 250 ◦ green 175 ◦ blue 74

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

Shades of My Sin #FAAF4A

Tints of My Sin #FAAF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.07%

 BLUE value IS 74 (29.3% from 255) = 14.83%

R = 50.1%
G = 35.07%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAAF4A (or 0xFAAF4A) is known color: My Sin. HEX triplet: FA, AF and 4A. RGB value is (250,175,74). Sum of RGB (Red+Green+Blue) = 250+175+74=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF4A is #0550B5. Grayscale: #BABABA. Windows color (decimal): -348342 or 4894714. OLE color: 4894714.

HSL color Cylindrical-coordinate representation of color #FAAF4A: hue angle of 34.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAAF4A is Cyan = 0, Magento = 0.3, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 74 -
CMYK 0 0.3 0.70 0.02
HSL 34.43º 0.95% 0.64% -
HSV(B) 34.43º 0.7% 0.98% -
XYZ 55.99 51.48 13.46 -
YUV 185.91 64.85 173.71 -
System Red Green Blue C M Y K H S L
Decimal 250 175 74 0 0.3 0.70 0.02 34.43 0.95 0.64
Hex FA AF 4A 0 1E 46 2 22 5F 40
Octal 372 257 112 0 36 106 2 42 137 100
Binary 11111010 10101111 1001010 0 11110 1000110 10 100010 1011111 1000000

Color Harmonies of #FAAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF4A

Black with #FAAF4A

Text Example


Text Example

White with #FAAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF4A; }

 p { color: rgb(250,175,74); }

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

background-color css

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

 a { background-color: rgb(250,175,74); }

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

border-color css

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

 span { border-color: rgb(250,175,74); }

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