Html Css Color HEX #F2AD48 My Sin

📋 copy color: '#F2AD48'

red 242 ◦ green 173 ◦ blue 72

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

Shades of My Sin #F2AD48

Tints of My Sin #F2AD48

RGB

 RED value IS 242 (94.92% from 255) = 49.69%

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

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 49.69%
G = 35.52%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2AD48 (or 0xF2AD48) is known color: My Sin. HEX triplet: F2, AD and 48. RGB value is (242,173,72). Sum of RGB (Red+Green+Blue) = 242+173+72=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD48 is #0D52B7. Grayscale: #B6B6B6. Windows color (decimal): -873144 or 4763122. OLE color: 4763122.

HSL color Cylindrical-coordinate representation of color #F2AD48: hue angle of 35.65º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2AD48 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 173 72 -
CMYK 0 0.29 0.70 0.05
HSL 35.65º 0.87% 0.62% -
HSV(B) 35.65º 0.7% 0.95% -
XYZ 52.73 49.23 12.85 -
YUV 182.12 65.86 170.71 -
System Red Green Blue C M Y K H S L
Decimal 242 173 72 0 0.29 0.70 0.05 35.65 0.87 0.62
Hex F2 AD 48 0 1D 46 5 24 57 3E
Octal 362 255 110 0 35 106 5 44 127 76
Binary 11110010 10101101 1001000 0 11101 1000110 101 100100 1010111 111110

Color Harmonies of #F2AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD48

Black with #F2AD48

Text Example


Text Example

White with #F2AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD48; }

 p { color: rgb(242,173,72); }

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

background-color css

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

 a { background-color: rgb(242,173,72); }

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

border-color css

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

 span { border-color: rgb(242,173,72); }

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