Html Css Color HEX #F2AD3E My Sin

📋 copy color: '#F2AD3E'

red 242 ◦ green 173 ◦ blue 62

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

Shades of My Sin #F2AD3E

Tints of My Sin #F2AD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13%

R = 50.73%
G = 36.27%
B = 13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2AD3E (or 0xF2AD3E) is known color: My Sin. HEX triplet: F2, AD and 3E. RGB value is (242,173,62). Sum of RGB (Red+Green+Blue) = 242+173+62=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD3E is #0D52C1. Grayscale: #B5B5B5. Windows color (decimal): -873154 or 4107762. OLE color: 4107762.

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

Color convert

RGB 242 173 62 -
CMYK 0 0.29 0.74 0.05
HSL 37º 0.87% 0.6% -
HSV(B) 37º 0.74% 0.95% -
XYZ 52.43 49.11 11.27 -
YUV 180.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 242 173 62 0 0.29 0.74 0.05 37 0.87 0.6
Hex F2 AD 3E 0 1D 4A 5 25 57 3C
Octal 362 255 76 0 35 112 5 45 127 74
Binary 11110010 10101101 111110 0 11101 1001010 101 100101 1010111 111100

Color Harmonies of #F2AD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD3E

Black with #F2AD3E

Text Example


Text Example

White with #F2AD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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