Html Css Color HEX #F2AD14 Dark Tangerine

📋 copy color: '#F2AD14'

red 242 ◦ green 173 ◦ blue 20

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

Shades of Dark Tangerine #F2AD14

Tints of Dark Tangerine #F2AD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.6%

R = 55.63%
G = 39.77%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2AD14 (or 0xF2AD14) is known color: Dark Tangerine. HEX triplet: F2, AD and 14. RGB value is (242,173,20). Sum of RGB (Red+Green+Blue) = 242+173+20=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AD14 is #0D52EB. Grayscale: #B0B0B0. Windows color (decimal): -873196 or 1355250. OLE color: 1355250.

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

Color convert

RGB 242 173 20 -
CMYK 0 0.29 0.92 0.05
HSL 41.35º 0.9% 0.51% -
HSV(B) 41.35º 0.92% 0.95% -
XYZ 51.69 48.81 7.36 -
YUV 176.19 39.86 174.94 -
System Red Green Blue C M Y K H S L
Decimal 242 173 20 0 0.29 0.92 0.05 41.35 0.9 0.51
Hex F2 AD 14 0 1D 5C 5 29 5A 33
Octal 362 255 24 0 35 134 5 51 132 63
Binary 11110010 10101101 10100 0 11101 1011100 101 101001 1011010 110011

Color Harmonies of #F2AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD14

Black with #F2AD14

Text Example


Text Example

White with #F2AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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