Html Css Color HEX #F2A310 Dark Tangerine

📋 copy color: '#F2A310'

red 242 ◦ green 163 ◦ blue 16

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

Shades of Dark Tangerine #F2A310

Tints of Dark Tangerine #F2A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

 BLUE value IS 16 (6.64% from 255) = 3.8%

R = 57.48%
G = 38.72%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2A310 (or 0xF2A310) is known color: Dark Tangerine. HEX triplet: F2, A3 and 10. RGB value is (242,163,16). Sum of RGB (Red+Green+Blue) = 242+163+16=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A310 is #0D5CEF. Grayscale: #AAAAAA. Windows color (decimal): -875760 or 1090546. OLE color: 1090546.

HSL color Cylindrical-coordinate representation of color #F2A310: hue angle of 39.03º 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 #F2A310 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 163 16 -
CMYK 0 0.33 0.93 0.05
HSL 39.03º 0.9% 0.51% -
HSV(B) 39.03º 0.93% 0.95% -
XYZ 49.81 45.11 6.57 -
YUV 169.86 41.17 179.45 -
System Red Green Blue C M Y K H S L
Decimal 242 163 16 0 0.33 0.93 0.05 39.03 0.9 0.51
Hex F2 A3 10 0 21 5D 5 27 5A 33
Octal 362 243 20 0 41 135 5 47 132 63
Binary 11110010 10100011 10000 0 100001 1011101 101 100111 1011010 110011

Color Harmonies of #F2A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A310

Black with #F2A310

Text Example


Text Example

White with #F2A310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A310; }

 p { color: rgb(242,163,16); }

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

background-color css

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

 a { background-color: rgb(242,163,16); }

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

border-color css

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

 span { border-color: rgb(242,163,16); }

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