Html Css Color HEX #FAB541 My Sin

📋 copy color: '#FAB541'

red 250 ◦ green 181 ◦ blue 65

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

Shades of My Sin #FAB541

Tints of My Sin #FAB541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.49%

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

R = 50.4%
G = 36.49%
B = 13.1%

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

#FAB541 (or 0xFAB541) is known color: My Sin. HEX triplet: FA, B5 and 41. RGB value is (250,181,65). Sum of RGB (Red+Green+Blue) = 250+181+65=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB541 is #054ABE. Grayscale: #BCBCBC. Windows color (decimal): -346815 or 4306426. OLE color: 4306426.

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

Color convert

RGB 250 181 65 -
CMYK 0 0.28 0.74 0.02
HSL 37.62º 0.95% 0.62% -
HSV(B) 37.62º 0.74% 0.98% -
XYZ 56.9 53.75 12.38 -
YUV 188.41 58.36 171.93 -
System Red Green Blue C M Y K H S L
Decimal 250 181 65 0 0.28 0.74 0.02 37.62 0.95 0.62
Hex FA B5 41 0 1C 4A 2 26 5F 3E
Octal 372 265 101 0 34 112 2 46 137 76
Binary 11111010 10110101 1000001 0 11100 1001010 10 100110 1011111 111110

Color Harmonies of #FAB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB541

Black with #FAB541

Text Example


Text Example

White with #FAB541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB541; }

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

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

background-color css

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

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

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

border-color css

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

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

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