Html Css Color HEX #FAAE42 My Sin

📋 copy color: '#FAAE42'

red 250 ◦ green 174 ◦ blue 66

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

Shades of My Sin #FAAE42

Tints of My Sin #FAAE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.51%

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

R = 51.02%
G = 35.51%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAAE42 (or 0xFAAE42) is known color: My Sin. HEX triplet: FA, AE and 42. RGB value is (250,174,66). Sum of RGB (Red+Green+Blue) = 250+174+66=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE42 is #0551BD. Grayscale: #B8B8B8. Windows color (decimal): -348606 or 4370170. OLE color: 4370170.

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

Color convert

RGB 250 174 66 -
CMYK 0 0.30 0.74 0.02
HSL 35.22º 0.95% 0.62% -
HSV(B) 35.22º 0.74% 0.98% -
XYZ 55.54 50.99 12.07 -
YUV 184.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 250 174 66 0 0.30 0.74 0.02 35.22 0.95 0.62
Hex FA AE 42 0 1E 4A 2 23 5F 3E
Octal 372 256 102 0 36 112 2 43 137 76
Binary 11111010 10101110 1000010 0 11110 1001010 10 100011 1011111 111110

Color Harmonies of #FAAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE42

Black with #FAAE42

Text Example


Text Example

White with #FAAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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