Html Css Color HEX #FAA74C My Sin

📋 copy color: '#FAA74C'

red 250 ◦ green 167 ◦ blue 76

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

Shades of My Sin #FAA74C

Tints of My Sin #FAA74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.42%

R = 50.71%
G = 33.87%
B = 15.42%

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

#FAA74C (or 0xFAA74C) is known color: My Sin. HEX triplet: FA, A7 and 4C. RGB value is (250,167,76). Sum of RGB (Red+Green+Blue) = 250+167+76=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA74C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA74C is #0558B3. Grayscale: #B5B5B5. Windows color (decimal): -350388 or 5023738. OLE color: 5023738.

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

Color convert

RGB 250 167 76 -
CMYK 0 0.33 0.70 0.02
HSL 31.38º 0.95% 0.64% -
HSV(B) 31.38º 0.7% 0.98% -
XYZ 54.55 48.48 13.32 -
YUV 181.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 250 167 76 0 0.33 0.70 0.02 31.38 0.95 0.64
Hex FA A7 4C 0 21 46 2 1F 5F 40
Octal 372 247 114 0 41 106 2 37 137 100
Binary 11111010 10100111 1001100 0 100001 1000110 10 11111 1011111 1000000

Color Harmonies of #FAA74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA74C

Black with #FAA74C

Text Example


Text Example

White with #FAA74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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