Html Css Color HEX #F2A81E Dark Tangerine

📋 copy color: '#F2A81E'

red 242 ◦ green 168 ◦ blue 30

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

Shades of Dark Tangerine #F2A81E

Tints of Dark Tangerine #F2A81E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 55%
G = 38.18%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2A81E (or 0xF2A81E) is known color: Dark Tangerine. HEX triplet: F2, A8 and 1E. RGB value is (242,168,30). Sum of RGB (Red+Green+Blue) = 242+168+30=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A81E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A81E is #0D57E1. Grayscale: #AFAFAF. Windows color (decimal): -874466 or 2009330. OLE color: 2009330.

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

Color convert

RGB 242 168 30 -
CMYK 0 0.31 0.88 0.05
HSL 39.06º 0.89% 0.53% -
HSV(B) 39.06º 0.88% 0.95% -
XYZ 50.85 46.98 7.62 -
YUV 174.39 46.52 176.22 -
System Red Green Blue C M Y K H S L
Decimal 242 168 30 0 0.31 0.88 0.05 39.06 0.89 0.53
Hex F2 A8 1E 0 1F 58 5 27 59 35
Octal 362 250 36 0 37 130 5 47 131 65
Binary 11110010 10101000 11110 0 11111 1011000 101 100111 1011001 110101

Color Harmonies of #F2A81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A81E

Black with #F2A81E

Text Example


Text Example

White with #F2A81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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