Html Css Color HEX #F2A21A Dark Tangerine

📋 copy color: '#F2A21A'

red 242 ◦ green 162 ◦ blue 26

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

Shades of Dark Tangerine #F2A21A

Tints of Dark Tangerine #F2A21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

 BLUE value IS 26 (10.55% from 255) = 6.05%

R = 56.28%
G = 37.67%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2A21A (or 0xF2A21A) is known color: Dark Tangerine. HEX triplet: F2, A2 and 1A. RGB value is (242,162,26). Sum of RGB (Red+Green+Blue) = 242+162+26=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A21A is #0D5DE5. Grayscale: #ABABAB. Windows color (decimal): -876006 or 1745650. OLE color: 1745650.

HSL color Cylindrical-coordinate representation of color #F2A21A: hue angle of 37.78º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2A21A is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 162 26 -
CMYK 0 0.33 0.89 0.05
HSL 37.78º 0.89% 0.53% -
HSV(B) 37.78º 0.89% 0.95% -
XYZ 49.72 44.79 7 -
YUV 170.42 46.5 179.06 -
System Red Green Blue C M Y K H S L
Decimal 242 162 26 0 0.33 0.89 0.05 37.78 0.89 0.53
Hex F2 A2 1A 0 21 59 5 26 59 35
Octal 362 242 32 0 41 131 5 46 131 65
Binary 11110010 10100010 11010 0 100001 1011001 101 100110 1011001 110101

Color Harmonies of #F2A21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A21A

Black with #F2A21A

Text Example


Text Example

White with #F2A21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A21A; }

 p { color: rgb(242,162,26); }

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

background-color css

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

 a { background-color: rgb(242,162,26); }

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

border-color css

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

 span { border-color: rgb(242,162,26); }

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