Html Css Color HEX #F8AF4C My Sin

📋 copy color: '#F8AF4C'

red 248 ◦ green 175 ◦ blue 76

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

Shades of My Sin #F8AF4C

Tints of My Sin #F8AF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.23%

R = 49.7%
G = 35.07%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8AF4C (or 0xF8AF4C) is known color: My Sin. HEX triplet: F8, AF and 4C. RGB value is (248,175,76). Sum of RGB (Red+Green+Blue) = 248+175+76=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AF4C is #0750B3. Grayscale: #BABABA. Windows color (decimal): -479412 or 5025784. OLE color: 5025784.

HSL color Cylindrical-coordinate representation of color #F8AF4C: hue angle of 34.53º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8AF4C is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 175 76 -
CMYK 0 0.29 0.69 0.03
HSL 34.53º 0.92% 0.64% -
HSV(B) 34.53º 0.69% 0.97% -
XYZ 55.35 51.14 13.79 -
YUV 185.54 66.18 172.55 -
System Red Green Blue C M Y K H S L
Decimal 248 175 76 0 0.29 0.69 0.03 34.53 0.92 0.64
Hex F8 AF 4C 0 1D 45 3 23 5C 40
Octal 370 257 114 0 35 105 3 43 134 100
Binary 11111000 10101111 1001100 0 11101 1000101 11 100011 1011100 1000000

Color Harmonies of #F8AF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AF4C

Black with #F8AF4C

Text Example


Text Example

White with #F8AF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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