Html Css Color HEX #FAB044 My Sin

📋 copy color: '#FAB044'

red 250 ◦ green 176 ◦ blue 68

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

Shades of My Sin #FAB044

Tints of My Sin #FAB044

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 68 (26.95% from 255) = 13.77%

R = 50.61%
G = 35.63%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAB044 (or 0xFAB044) is known color: My Sin. HEX triplet: FA, B0 and 44. RGB value is (250,176,68). Sum of RGB (Red+Green+Blue) = 250+176+68=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 68 (26.95% from 255 or 13.77% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB044 is #054FBB. Grayscale: #BABABA. Windows color (decimal): -348092 or 4501754. OLE color: 4501754.

HSL color Cylindrical-coordinate representation of color #FAB044: hue angle of 35.6º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAB044 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 68 -
CMYK 0 0.30 0.73 0.02
HSL 35.6º 0.95% 0.62% -
HSV(B) 35.6º 0.73% 0.98% -
XYZ 55.99 51.79 12.51 -
YUV 185.81 61.52 173.78 -
System Red Green Blue C M Y K H S L
Decimal 250 176 68 0 0.30 0.73 0.02 35.6 0.95 0.62
Hex FA B0 44 0 1E 49 2 24 5F 3E
Octal 372 260 104 0 36 111 2 44 137 76
Binary 11111010 10110000 1000100 0 11110 1001001 10 100100 1011111 111110

Color Harmonies of #FAB044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB044

Black with #FAB044

Text Example


Text Example

White with #FAB044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB044; }

 p { color: rgb(250,176,68); }

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

background-color css

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

 a { background-color: rgb(250,176,68); }

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

border-color css

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

 span { border-color: rgb(250,176,68); }

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