Html Css Color HEX #FAB145 My Sin

📋 copy color: '#FAB145'

red 250 ◦ green 177 ◦ blue 69

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

Shades of My Sin #FAB145

Tints of My Sin #FAB145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

 BLUE value IS 69 (27.34% from 255) = 13.91%

R = 50.4%
G = 35.69%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAB145 (or 0xFAB145) is known color: My Sin. HEX triplet: FA, B1 and 45. RGB value is (250,177,69). Sum of RGB (Red+Green+Blue) = 250+177+69=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB145 is #054EBA. Grayscale: #BBBBBB. Windows color (decimal): -347835 or 4567546. OLE color: 4567546.

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

Color convert

RGB 250 177 69 -
CMYK 0 0.29 0.72 0.02
HSL 35.8º 0.95% 0.63% -
HSV(B) 35.8º 0.72% 0.98% -
XYZ 56.22 52.2 12.74 -
YUV 186.52 61.68 173.28 -
System Red Green Blue C M Y K H S L
Decimal 250 177 69 0 0.29 0.72 0.02 35.8 0.95 0.63
Hex FA B1 45 0 1D 48 2 24 5F 3F
Octal 372 261 105 0 35 110 2 44 137 77
Binary 11111010 10110001 1000101 0 11101 1001000 10 100100 1011111 111111

Color Harmonies of #FAB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB145

Black with #FAB145

Text Example


Text Example

White with #FAB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB145; }

 p { color: rgb(250,177,69); }

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

background-color css

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

 a { background-color: rgb(250,177,69); }

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

border-color css

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

 span { border-color: rgb(250,177,69); }

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