Html Css Color HEX #FAB14A My Sin

📋 copy color: '#FAB14A'

red 250 ◦ green 177 ◦ blue 74

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

Shades of My Sin #FAB14A

Tints of My Sin #FAB14A

RGB

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

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

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

R = 49.9%
G = 35.33%
B = 14.77%

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

#FAB14A (or 0xFAB14A) is known color: My Sin. HEX triplet: FA, B1 and 4A. RGB value is (250,177,74). Sum of RGB (Red+Green+Blue) = 250+177+74=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB14A is #054EB5. Grayscale: #BBBBBB. Windows color (decimal): -347830 or 4895226. OLE color: 4895226.

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

Color convert

RGB 250 177 74 -
CMYK 0 0.29 0.70 0.02
HSL 35.11º 0.95% 0.64% -
HSV(B) 35.11º 0.7% 0.98% -
XYZ 56.38 52.26 13.59 -
YUV 187.09 64.18 172.88 -
System Red Green Blue C M Y K H S L
Decimal 250 177 74 0 0.29 0.70 0.02 35.11 0.95 0.64
Hex FA B1 4A 0 1D 46 2 23 5F 40
Octal 372 261 112 0 35 106 2 43 137 100
Binary 11111010 10110001 1001010 0 11101 1000110 10 100011 1011111 1000000

Color Harmonies of #FAB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB14A

Black with #FAB14A

Text Example


Text Example

White with #FAB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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