Html Css Color HEX #F2AD1E Dark Tangerine

📋 copy color: '#F2AD1E'

red 242 ◦ green 173 ◦ blue 30

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

Shades of Dark Tangerine #F2AD1E

Tints of Dark Tangerine #F2AD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.74%

R = 54.38%
G = 38.88%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2AD1E (or 0xF2AD1E) is known color: Dark Tangerine. HEX triplet: F2, AD and 1E. RGB value is (242,173,30). Sum of RGB (Red+Green+Blue) = 242+173+30=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD1E is #0D52E1. Grayscale: #B1B1B1. Windows color (decimal): -873186 or 2010610. OLE color: 2010610.

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

Color convert

RGB 242 173 30 -
CMYK 0 0.29 0.88 0.05
HSL 40.47º 0.89% 0.53% -
HSV(B) 40.47º 0.88% 0.95% -
XYZ 51.8 48.86 7.93 -
YUV 177.33 44.86 174.13 -
System Red Green Blue C M Y K H S L
Decimal 242 173 30 0 0.29 0.88 0.05 40.47 0.89 0.53
Hex F2 AD 1E 0 1D 58 5 28 59 35
Octal 362 255 36 0 35 130 5 50 131 65
Binary 11110010 10101101 11110 0 11101 1011000 101 101000 1011001 110101

Color Harmonies of #F2AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD1E

Black with #F2AD1E

Text Example


Text Example

White with #F2AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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