Html Css Color HEX #FAB443 My Sin

📋 copy color: '#FAB443'

red 250 ◦ green 180 ◦ blue 67

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

Shades of My Sin #FAB443

Tints of My Sin #FAB443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.48%

R = 50.3%
G = 36.22%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAB443 (or 0xFAB443) is known color: My Sin. HEX triplet: FA, B4 and 43. RGB value is (250,180,67). Sum of RGB (Red+Green+Blue) = 250+180+67=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB443 is #054BBC. Grayscale: #BCBCBC. Windows color (decimal): -347069 or 4437242. OLE color: 4437242.

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

Color convert

RGB 250 180 67 -
CMYK 0 0.28 0.73 0.02
HSL 37.05º 0.95% 0.62% -
HSV(B) 37.05º 0.73% 0.98% -
XYZ 56.76 53.37 12.62 -
YUV 188.05 59.69 172.19 -
System Red Green Blue C M Y K H S L
Decimal 250 180 67 0 0.28 0.73 0.02 37.05 0.95 0.62
Hex FA B4 43 0 1C 49 2 25 5F 3E
Octal 372 264 103 0 34 111 2 45 137 76
Binary 11111010 10110100 1000011 0 11100 1001001 10 100101 1011111 111110

Color Harmonies of #FAB443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB443

Black with #FAB443

Text Example


Text Example

White with #FAB443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB443; }

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

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

background-color css

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

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

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

border-color css

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

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

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