Html Css Color HEX #F1AB3F My Sin

📋 copy color: '#F1AB3F'

red 241 ◦ green 171 ◦ blue 63

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

Shades of My Sin #F1AB3F

Tints of My Sin #F1AB3F

RGB

 RED value IS 241 (94.53% from 255) = 50.74%

 GREEN value IS 171 (67.19% from 255) = 36%

 BLUE value IS 63 (25% from 255) = 13.26%

R = 50.74%
G = 36%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1AB3F (or 0xF1AB3F) is known color: My Sin. HEX triplet: F1, AB and 3F. RGB value is (241,171,63). Sum of RGB (Red+Green+Blue) = 241+171+63=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AB3F is #0E54C0. Grayscale: #B4B4B4. Windows color (decimal): -939201 or 4172785. OLE color: 4172785.

HSL color Cylindrical-coordinate representation of color #F1AB3F: hue angle of 36.4º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1AB3F is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 171 63 -
CMYK 0 0.29 0.74 0.05
HSL 36.4º 0.86% 0.6% -
HSV(B) 36.4º 0.74% 0.95% -
XYZ 51.74 48.19 11.28 -
YUV 179.62 62.19 171.78 -
System Red Green Blue C M Y K H S L
Decimal 241 171 63 0 0.29 0.74 0.05 36.4 0.86 0.6
Hex F1 AB 3F 0 1D 4A 5 24 56 3C
Octal 361 253 77 0 35 112 5 44 126 74
Binary 11110001 10101011 111111 0 11101 1001010 101 100100 1010110 111100

Color Harmonies of #F1AB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AB3F

Black with #F1AB3F

Text Example


Text Example

White with #F1AB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AB3F; }

 p { color: rgb(241,171,63); }

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

background-color css

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

 a { background-color: rgb(241,171,63); }

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

border-color css

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

 span { border-color: rgb(241,171,63); }

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