Html Css Color HEX #FAB14C My Sin

📋 copy color: '#FAB14C'

red 250 ◦ green 177 ◦ blue 76

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

Shades of My Sin #FAB14C

Tints of My Sin #FAB14C

RGB

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

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

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

R = 49.7%
G = 35.19%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAB14C (or 0xFAB14C) is known color: My Sin. HEX triplet: FA, B1 and 4C. RGB value is (250,177,76). Sum of RGB (Red+Green+Blue) = 250+177+76=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB14C is #054EB3. Grayscale: #BBBBBB. Windows color (decimal): -347828 or 5026298. OLE color: 5026298.

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

Color convert

RGB 250 177 76 -
CMYK 0 0.29 0.70 0.02
HSL 34.83º 0.95% 0.64% -
HSV(B) 34.83º 0.7% 0.98% -
XYZ 56.45 52.29 13.96 -
YUV 187.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 250 177 76 0 0.29 0.70 0.02 34.83 0.95 0.64
Hex FA B1 4C 0 1D 46 2 23 5F 40
Octal 372 261 114 0 35 106 2 43 137 100
Binary 11111010 10110001 1001100 0 11101 1000110 10 100011 1011111 1000000

Color Harmonies of #FAB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB14C

Black with #FAB14C

Text Example


Text Example

White with #FAB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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