Html Css Color HEX #F8AF40 My Sin

📋 copy color: '#F8AF40'

red 248 ◦ green 175 ◦ blue 64

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

Shades of My Sin #F8AF40

Tints of My Sin #F8AF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.14%

R = 50.92%
G = 35.93%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F8AF40 (or 0xF8AF40) is known color: My Sin. HEX triplet: F8, AF and 40. RGB value is (248,175,64). Sum of RGB (Red+Green+Blue) = 248+175+64=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AF40 is #0750BF. Grayscale: #B8B8B8. Windows color (decimal): -479424 or 4239352. OLE color: 4239352.

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

Color convert

RGB 248 175 64 -
CMYK 0 0.29 0.74 0.03
HSL 36.2º 0.93% 0.61% -
HSV(B) 36.2º 0.74% 0.97% -
XYZ 54.97 50.99 11.79 -
YUV 184.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 248 175 64 0 0.29 0.74 0.03 36.2 0.93 0.61
Hex F8 AF 40 0 1D 4A 3 24 5D 3D
Octal 370 257 100 0 35 112 3 44 135 75
Binary 11111000 10101111 1000000 0 11101 1001010 11 100100 1011101 111101

Color Harmonies of #F8AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AF40

Black with #F8AF40

Text Example


Text Example

White with #F8AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AF40; }

 p { color: rgb(248,175,64); }

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

background-color css

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

 a { background-color: rgb(248,175,64); }

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

border-color css

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

 span { border-color: rgb(248,175,64); }

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