Html Css Color HEX #F1AF41 My Sin

📋 copy color: '#F1AF41'

red 241 ◦ green 175 ◦ blue 65

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

Shades of My Sin #F1AF41

Tints of My Sin #F1AF41

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

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

R = 50.1%
G = 36.38%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1AF41 (or 0xF1AF41) is known color: My Sin. HEX triplet: F1, AF and 41. RGB value is (241,175,65). Sum of RGB (Red+Green+Blue) = 241+175+65=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF41 is #0E50BE. Grayscale: #B6B6B6. Windows color (decimal): -938175 or 4304881. OLE color: 4304881.

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

Color convert

RGB 241 175 65 -
CMYK 0 0.27 0.73 0.05
HSL 37.5º 0.86% 0.6% -
HSV(B) 37.5º 0.73% 0.95% -
XYZ 52.56 49.74 11.83 -
YUV 182.19 61.87 169.94 -
System Red Green Blue C M Y K H S L
Decimal 241 175 65 0 0.27 0.73 0.05 37.5 0.86 0.6
Hex F1 AF 41 0 1B 49 5 26 56 3C
Octal 361 257 101 0 33 111 5 46 126 74
Binary 11110001 10101111 1000001 0 11011 1001001 101 100110 1010110 111100

Color Harmonies of #F1AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF41

Black with #F1AF41

Text Example


Text Example

White with #F1AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF41; }

 p { color: rgb(241,175,65); }

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

background-color css

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

 a { background-color: rgb(241,175,65); }

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

border-color css

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

 span { border-color: rgb(241,175,65); }

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