Html Css Color HEX #FAA74A My Sin

📋 copy color: '#FAA74A'

red 250 ◦ green 167 ◦ blue 74

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

Shades of My Sin #FAA74A

Tints of My Sin #FAA74A

RGB

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

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

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

R = 50.92%
G = 34.01%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAA74A (or 0xFAA74A) is known color: My Sin. HEX triplet: FA, A7 and 4A. RGB value is (250,167,74). Sum of RGB (Red+Green+Blue) = 250+167+74=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA74A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA74A is #0558B5. Grayscale: #B5B5B5. Windows color (decimal): -350390 or 4892666. OLE color: 4892666.

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

Color convert

RGB 250 167 74 -
CMYK 0 0.33 0.70 0.02
HSL 31.7º 0.95% 0.64% -
HSV(B) 31.7º 0.7% 0.98% -
XYZ 54.48 48.46 12.96 -
YUV 181.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 250 167 74 0 0.33 0.70 0.02 31.7 0.95 0.64
Hex FA A7 4A 0 21 46 2 20 5F 40
Octal 372 247 112 0 41 106 2 40 137 100
Binary 11111010 10100111 1001010 0 100001 1000110 10 100000 1011111 1000000

Color Harmonies of #FAA74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA74A

Black with #FAA74A

Text Example


Text Example

White with #FAA74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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