Html Css Color HEX #F2AD3C My Sin

📋 copy color: '#F2AD3C'

red 242 ◦ green 173 ◦ blue 60

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

Shades of My Sin #F2AD3C

Tints of My Sin #F2AD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.63%

R = 50.95%
G = 36.42%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2AD3C (or 0xF2AD3C) is known color: My Sin. HEX triplet: F2, AD and 3C. RGB value is (242,173,60). Sum of RGB (Red+Green+Blue) = 242+173+60=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD3C is #0D52C3. Grayscale: #B5B5B5. Windows color (decimal): -873156 or 3976690. OLE color: 3976690.

HSL color Cylindrical-coordinate representation of color #F2AD3C: hue angle of 37.25º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2AD3C is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 173 60 -
CMYK 0 0.29 0.75 0.05
HSL 37.25º 0.88% 0.59% -
HSV(B) 37.25º 0.75% 0.95% -
XYZ 52.38 49.09 10.99 -
YUV 180.75 59.86 171.69 -
System Red Green Blue C M Y K H S L
Decimal 242 173 60 0 0.29 0.75 0.05 37.25 0.88 0.59
Hex F2 AD 3C 0 1D 4B 5 25 58 3B
Octal 362 255 74 0 35 113 5 45 130 73
Binary 11110010 10101101 111100 0 11101 1001011 101 100101 1011000 111011

Color Harmonies of #F2AD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD3C

Black with #F2AD3C

Text Example


Text Example

White with #F2AD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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