Html Css Color HEX #F8A641 My Sin

📋 copy color: '#F8A641'

red 248 ◦ green 166 ◦ blue 65

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

Shades of My Sin #F8A641

Tints of My Sin #F8A641

RGB

 RED value IS 248 (97.27% from 255) = 51.77%

 GREEN value IS 166 (65.23% from 255) = 34.66%

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

R = 51.77%
G = 34.66%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F8A641 (or 0xF8A641) is known color: My Sin. HEX triplet: F8, A6 and 41. RGB value is (248,166,65). Sum of RGB (Red+Green+Blue) = 248+166+65=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A641 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A641 is #0759BE. Grayscale: #B3B3B3. Windows color (decimal): -481727 or 4302584. OLE color: 4302584.

HSL color Cylindrical-coordinate representation of color #F8A641: hue angle of 33.11º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8A641 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 166 65 -
CMYK 0 0.33 0.74 0.03
HSL 33.11º 0.93% 0.61% -
HSV(B) 33.11º 0.74% 0.97% -
XYZ 53.3 47.61 11.38 -
YUV 179 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 248 166 65 0 0.33 0.74 0.03 33.11 0.93 0.61
Hex F8 A6 41 0 21 4A 3 21 5D 3D
Octal 370 246 101 0 41 112 3 41 135 75
Binary 11111000 10100110 1000001 0 100001 1001010 11 100001 1011101 111101

Color Harmonies of #F8A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A641

Black with #F8A641

Text Example


Text Example

White with #F8A641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A641; }

 p { color: rgb(248,166,65); }

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

background-color css

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

 a { background-color: rgb(248,166,65); }

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

border-color css

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

 span { border-color: rgb(248,166,65); }

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