Html Css Color HEX #FAB542 My Sin

📋 copy color: '#FAB542'

red 250 ◦ green 181 ◦ blue 66

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

Shades of My Sin #FAB542

Tints of My Sin #FAB542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.28%

R = 50.3%
G = 36.42%
B = 13.28%

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

#FAB542 (or 0xFAB542) is known color: My Sin. HEX triplet: FA, B5 and 42. RGB value is (250,181,66). Sum of RGB (Red+Green+Blue) = 250+181+66=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB542 is #054ABD. Grayscale: #BDBDBD. Windows color (decimal): -346814 or 4371962. OLE color: 4371962.

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

Color convert

RGB 250 181 66 -
CMYK 0 0.28 0.74 0.02
HSL 37.5º 0.95% 0.62% -
HSV(B) 37.5º 0.74% 0.98% -
XYZ 56.93 53.77 12.53 -
YUV 188.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 250 181 66 0 0.28 0.74 0.02 37.5 0.95 0.62
Hex FA B5 42 0 1C 4A 2 26 5F 3E
Octal 372 265 102 0 34 112 2 46 137 76
Binary 11111010 10110101 1000010 0 11100 1001010 10 100110 1011111 111110

Color Harmonies of #FAB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB542

Black with #FAB542

Text Example


Text Example

White with #FAB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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