Html Css Color HEX #F2A017 Dark Tangerine

📋 copy color: '#F2A017'

red 242 ◦ green 160 ◦ blue 23

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

Shades of Dark Tangerine #F2A017

Tints of Dark Tangerine #F2A017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.65%

 BLUE value IS 23 (9.38% from 255) = 5.41%

R = 56.94%
G = 37.65%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2A017 (or 0xF2A017) is known color: Dark Tangerine. HEX triplet: F2, A0 and 17. RGB value is (242,160,23). Sum of RGB (Red+Green+Blue) = 242+160+23=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A017 is #0D5FE8. Grayscale: #A9A9A9. Windows color (decimal): -876521 or 1548530. OLE color: 1548530.

HSL color Cylindrical-coordinate representation of color #F2A017: hue angle of 37.53º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2A017 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 160 23 -
CMYK 0 0.34 0.90 0.05
HSL 37.53º 0.89% 0.52% -
HSV(B) 37.53º 0.9% 0.95% -
XYZ 49.34 44.08 6.72 -
YUV 168.9 45.67 180.14 -
System Red Green Blue C M Y K H S L
Decimal 242 160 23 0 0.34 0.90 0.05 37.53 0.89 0.52
Hex F2 A0 17 0 22 5A 5 26 59 34
Octal 362 240 27 0 42 132 5 46 131 64
Binary 11110010 10100000 10111 0 100010 1011010 101 100110 1011001 110100

Color Harmonies of #F2A017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A017

Black with #F2A017

Text Example


Text Example

White with #F2A017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A017; }

 p { color: rgb(242,160,23); }

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

background-color css

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

 a { background-color: rgb(242,160,23); }

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

border-color css

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

 span { border-color: rgb(242,160,23); }

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