Html Css Color HEX #F8AD4C My Sin

📋 copy color: '#F8AD4C'

red 248 ◦ green 173 ◦ blue 76

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

Shades of My Sin #F8AD4C

Tints of My Sin #F8AD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

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

R = 49.9%
G = 34.81%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8AD4C (or 0xF8AD4C) is known color: My Sin. HEX triplet: F8, AD and 4C. RGB value is (248,173,76). Sum of RGB (Red+Green+Blue) = 248+173+76=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AD4C is #0752B3. Grayscale: #B8B8B8. Windows color (decimal): -479924 or 5025272. OLE color: 5025272.

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

Color convert

RGB 248 173 76 -
CMYK 0 0.30 0.69 0.03
HSL 33.84º 0.92% 0.64% -
HSV(B) 33.84º 0.69% 0.97% -
XYZ 54.96 50.37 13.66 -
YUV 184.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 248 173 76 0 0.30 0.69 0.03 33.84 0.92 0.64
Hex F8 AD 4C 0 1E 45 3 22 5C 40
Octal 370 255 114 0 36 105 3 42 134 100
Binary 11111000 10101101 1001100 0 11110 1000101 11 100010 1011100 1000000

Color Harmonies of #F8AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD4C

Black with #F8AD4C

Text Example


Text Example

White with #F8AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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