Html Css Color HEX #FAB341 My Sin

📋 copy color: '#FAB341'

red 250 ◦ green 179 ◦ blue 65

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

Shades of My Sin #FAB341

Tints of My Sin #FAB341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.23%

 BLUE value IS 65 (25.78% from 255) = 13.16%

R = 50.61%
G = 36.23%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAB341 (or 0xFAB341) is known color: My Sin. HEX triplet: FA, B3 and 41. RGB value is (250,179,65). Sum of RGB (Red+Green+Blue) = 250+179+65=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB341 is #054CBE. Grayscale: #BBBBBB. Windows color (decimal): -347327 or 4305914. OLE color: 4305914.

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

Color convert

RGB 250 179 65 -
CMYK 0 0.28 0.74 0.02
HSL 36.97º 0.95% 0.62% -
HSV(B) 36.97º 0.74% 0.98% -
XYZ 56.5 52.95 12.24 -
YUV 187.23 59.02 172.77 -
System Red Green Blue C M Y K H S L
Decimal 250 179 65 0 0.28 0.74 0.02 36.97 0.95 0.62
Hex FA B3 41 0 1C 4A 2 25 5F 3E
Octal 372 263 101 0 34 112 2 45 137 76
Binary 11111010 10110011 1000001 0 11100 1001010 10 100101 1011111 111110

Color Harmonies of #FAB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB341

Black with #FAB341

Text Example


Text Example

White with #FAB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB341; }

 p { color: rgb(250,179,65); }

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

background-color css

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

 a { background-color: rgb(250,179,65); }

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

border-color css

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

 span { border-color: rgb(250,179,65); }

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