Html Css Color HEX #F2AE11 Dark Tangerine

📋 copy color: '#F2AE11'

red 242 ◦ green 174 ◦ blue 17

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

Shades of Dark Tangerine #F2AE11

Tints of Dark Tangerine #F2AE11

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.18%

 BLUE value IS 17 (7.03% from 255) = 3.93%

R = 55.89%
G = 40.18%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2AE11 (or 0xF2AE11) is known color: Dark Tangerine. HEX triplet: F2, AE and 11. RGB value is (242,174,17). Sum of RGB (Red+Green+Blue) = 242+174+17=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AE11 is #0D51EE. Grayscale: #B1B1B1. Windows color (decimal): -872943 or 1158898. OLE color: 1158898.

HSL color Cylindrical-coordinate representation of color #F2AE11: hue angle of 41.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2AE11 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 174 17 -
CMYK 0 0.28 0.93 0.05
HSL 41.87º 0.9% 0.51% -
HSV(B) 41.87º 0.93% 0.95% -
XYZ 51.86 49.19 7.29 -
YUV 176.43 38.03 174.77 -
System Red Green Blue C M Y K H S L
Decimal 242 174 17 0 0.28 0.93 0.05 41.87 0.9 0.51
Hex F2 AE 11 0 1C 5D 5 2A 5A 33
Octal 362 256 21 0 34 135 5 52 132 63
Binary 11110010 10101110 10001 0 11100 1011101 101 101010 1011010 110011

Color Harmonies of #F2AE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AE11

Black with #F2AE11

Text Example


Text Example

White with #F2AE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AE11; }

 p { color: rgb(242,174,17); }

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

background-color css

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

 a { background-color: rgb(242,174,17); }

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

border-color css

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

 span { border-color: rgb(242,174,17); }

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