Html Css Color HEX #F2A31E Dark Tangerine

📋 copy color: '#F2A31E'

red 242 ◦ green 163 ◦ blue 30

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

Shades of Dark Tangerine #F2A31E

Tints of Dark Tangerine #F2A31E

RGB

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

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

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

R = 55.63%
G = 37.47%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2A31E (or 0xF2A31E) is known color: Dark Tangerine. HEX triplet: F2, A3 and 1E. RGB value is (242,163,30). Sum of RGB (Red+Green+Blue) = 242+163+30=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A31E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A31E is #0D5CE1. Grayscale: #ACACAC. Windows color (decimal): -875746 or 2008050. OLE color: 2008050.

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

Color convert

RGB 242 163 30 -
CMYK 0 0.33 0.88 0.05
HSL 37.64º 0.89% 0.53% -
HSV(B) 37.64º 0.88% 0.95% -
XYZ 49.95 45.17 7.31 -
YUV 171.46 48.17 178.31 -
System Red Green Blue C M Y K H S L
Decimal 242 163 30 0 0.33 0.88 0.05 37.64 0.89 0.53
Hex F2 A3 1E 0 21 58 5 26 59 35
Octal 362 243 36 0 41 130 5 46 131 65
Binary 11110010 10100011 11110 0 100001 1011000 101 100110 1011001 110101

Color Harmonies of #F2A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A31E

Black with #F2A31E

Text Example


Text Example

White with #F2A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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