Html Css Color HEX #FAB44A My Sin

📋 copy color: '#FAB44A'

red 250 ◦ green 180 ◦ blue 74

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

Shades of My Sin #FAB44A

Tints of My Sin #FAB44A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.71%

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

R = 49.6%
G = 35.71%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAB44A (or 0xFAB44A) is known color: My Sin. HEX triplet: FA, B4 and 4A. RGB value is (250,180,74). Sum of RGB (Red+Green+Blue) = 250+180+74=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB44A is #054BB5. Grayscale: #BDBDBD. Windows color (decimal): -347062 or 4895994. OLE color: 4895994.

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

Color convert

RGB 250 180 74 -
CMYK 0 0.28 0.70 0.02
HSL 36.14º 0.95% 0.64% -
HSV(B) 36.14º 0.7% 0.98% -
XYZ 56.98 53.46 13.79 -
YUV 188.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 250 180 74 0 0.28 0.70 0.02 36.14 0.95 0.64
Hex FA B4 4A 0 1C 46 2 24 5F 40
Octal 372 264 112 0 34 106 2 44 137 100
Binary 11111010 10110100 1001010 0 11100 1000110 10 100100 1011111 1000000

Color Harmonies of #FAB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB44A

Black with #FAB44A

Text Example


Text Example

White with #FAB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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