Html Css Color HEX #FAAF42 My Sin

📋 copy color: '#FAAF42'

red 250 ◦ green 175 ◦ blue 66

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

Shades of My Sin #FAAF42

Tints of My Sin #FAAF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.44%

R = 50.92%
G = 35.64%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAAF42 (or 0xFAAF42) is known color: My Sin. HEX triplet: FA, AF and 42. RGB value is (250,175,66). Sum of RGB (Red+Green+Blue) = 250+175+66=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF42 is #0550BD. Grayscale: #B9B9B9. Windows color (decimal): -348350 or 4370426. OLE color: 4370426.

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

Color convert

RGB 250 175 66 -
CMYK 0 0.3 0.74 0.02
HSL 35.54º 0.95% 0.62% -
HSV(B) 35.54º 0.74% 0.98% -
XYZ 55.74 51.38 12.13 -
YUV 185 60.85 174.36 -
System Red Green Blue C M Y K H S L
Decimal 250 175 66 0 0.3 0.74 0.02 35.54 0.95 0.62
Hex FA AF 42 0 1E 4A 2 24 5F 3E
Octal 372 257 102 0 36 112 2 44 137 76
Binary 11111010 10101111 1000010 0 11110 1001010 10 100100 1011111 111110

Color Harmonies of #FAAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF42

Black with #FAAF42

Text Example


Text Example

White with #FAAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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