Html Css Color HEX #F2AC1A Dark Tangerine

📋 copy color: '#F2AC1A'

red 242 ◦ green 172 ◦ blue 26

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

Shades of Dark Tangerine #F2AC1A

Tints of Dark Tangerine #F2AC1A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

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

R = 55%
G = 39.09%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2AC1A (or 0xF2AC1A) is known color: Dark Tangerine. HEX triplet: F2, AC and 1A. RGB value is (242,172,26). Sum of RGB (Red+Green+Blue) = 242+172+26=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AC1A is #0D53E5. Grayscale: #B0B0B0. Windows color (decimal): -873446 or 1748210. OLE color: 1748210.

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

Color convert

RGB 242 172 26 -
CMYK 0 0.29 0.89 0.05
HSL 40.56º 0.89% 0.53% -
HSV(B) 40.56º 0.89% 0.95% -
XYZ 51.56 48.46 7.61 -
YUV 176.29 43.19 174.87 -
System Red Green Blue C M Y K H S L
Decimal 242 172 26 0 0.29 0.89 0.05 40.56 0.89 0.53
Hex F2 AC 1A 0 1D 59 5 29 59 35
Octal 362 254 32 0 35 131 5 51 131 65
Binary 11110010 10101100 11010 0 11101 1011001 101 101001 1011001 110101

Color Harmonies of #F2AC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AC1A

Black with #F2AC1A

Text Example


Text Example

White with #F2AC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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