Html Css Color HEX #F2AB1E Dark Tangerine

📋 copy color: '#F2AB1E'

red 242 ◦ green 171 ◦ blue 30

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

Shades of Dark Tangerine #F2AB1E

Tints of Dark Tangerine #F2AB1E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.6%

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

R = 54.63%
G = 38.6%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2AB1E (or 0xF2AB1E) is known color: Dark Tangerine. HEX triplet: F2, AB and 1E. RGB value is (242,171,30). Sum of RGB (Red+Green+Blue) = 242+171+30=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB1E is #0D54E1. Grayscale: #B0B0B0. Windows color (decimal): -873698 or 2010098. OLE color: 2010098.

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

Color convert

RGB 242 171 30 -
CMYK 0 0.29 0.88 0.05
HSL 39.91º 0.89% 0.53% -
HSV(B) 39.91º 0.88% 0.95% -
XYZ 51.42 48.1 7.8 -
YUV 176.16 45.52 174.96 -
System Red Green Blue C M Y K H S L
Decimal 242 171 30 0 0.29 0.88 0.05 39.91 0.89 0.53
Hex F2 AB 1E 0 1D 58 5 28 59 35
Octal 362 253 36 0 35 130 5 50 131 65
Binary 11110010 10101011 11110 0 11101 1011000 101 101000 1011001 110101

Color Harmonies of #F2AB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB1E

Black with #F2AB1E

Text Example


Text Example

White with #F2AB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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