Html Css Color HEX #F0AD43 My Sin

📋 copy color: '#F0AD43'

red 240 ◦ green 173 ◦ blue 67

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

Shades of My Sin #F0AD43

Tints of My Sin #F0AD43

RGB

 RED value IS 240 (94.14% from 255) = 50%

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

 BLUE value IS 67 (26.56% from 255) = 13.96%

R = 50%
G = 36.04%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F0AD43 (or 0xF0AD43) is known color: My Sin. HEX triplet: F0, AD and 43. RGB value is (240,173,67). Sum of RGB (Red+Green+Blue) = 240+173+67=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 67 (26.56% from 255 or 13.96% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD43 is #0F52BC. Grayscale: #B5B5B5. Windows color (decimal): -1004221 or 4435440. OLE color: 4435440.

HSL color Cylindrical-coordinate representation of color #F0AD43: hue angle of 36.76º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0AD43 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 173 67 -
CMYK 0 0.28 0.72 0.06
HSL 36.76º 0.85% 0.6% -
HSV(B) 36.76º 0.72% 0.94% -
XYZ 51.89 48.82 12 -
YUV 180.95 63.7 170.12 -
System Red Green Blue C M Y K H S L
Decimal 240 173 67 0 0.28 0.72 0.06 36.76 0.85 0.6
Hex F0 AD 43 0 1C 48 6 25 55 3C
Octal 360 255 103 0 34 110 6 45 125 74
Binary 11110000 10101101 1000011 0 11100 1001000 110 100101 1010101 111100

Color Harmonies of #F0AD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD43

Black with #F0AD43

Text Example


Text Example

White with #F0AD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD43; }

 p { color: rgb(240,173,67); }

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

background-color css

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

 a { background-color: rgb(240,173,67); }

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

border-color css

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

 span { border-color: rgb(240,173,67); }

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