Html Css Color HEX #FAA74B My Sin

📋 copy color: '#FAA74B'

red 250 ◦ green 167 ◦ blue 75

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

Shades of My Sin #FAA74B

Tints of My Sin #FAA74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.24%

R = 50.81%
G = 33.94%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FAA74B (or 0xFAA74B) is known color: My Sin. HEX triplet: FA, A7 and 4B. RGB value is (250,167,75). Sum of RGB (Red+Green+Blue) = 250+167+75=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA74B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA74B is #0558B4. Grayscale: #B5B5B5. Windows color (decimal): -350389 or 4958202. OLE color: 4958202.

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

Color convert

RGB 250 167 75 -
CMYK 0 0.33 0.7 0.02
HSL 31.54º 0.95% 0.64% -
HSV(B) 31.54º 0.7% 0.98% -
XYZ 54.51 48.47 13.14 -
YUV 181.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 250 167 75 0 0.33 0.7 0.02 31.54 0.95 0.64
Hex FA A7 4B 0 21 46 2 20 5F 40
Octal 372 247 113 0 41 106 2 40 137 100
Binary 11111010 10100111 1001011 0 100001 1000110 10 100000 1011111 1000000

Color Harmonies of #FAA74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA74B

Black with #FAA74B

Text Example


Text Example

White with #FAA74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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