Html Css Color HEX #F2AB1D Dark Tangerine

📋 copy color: '#F2AB1D'

red 242 ◦ green 171 ◦ blue 29

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

Shades of Dark Tangerine #F2AB1D

Tints of Dark Tangerine #F2AB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.56%

R = 54.75%
G = 38.69%
B = 6.56%

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

#F2AB1D (or 0xF2AB1D) is known color: Dark Tangerine. HEX triplet: F2, AB and 1D. RGB value is (242,171,29). Sum of RGB (Red+Green+Blue) = 242+171+29=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB1D is #0D54E2. Grayscale: #B0B0B0. Windows color (decimal): -873699 or 1944562. OLE color: 1944562.

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

Color convert

RGB 242 171 29 -
CMYK 0 0.29 0.88 0.05
HSL 40º 0.89% 0.53% -
HSV(B) 40º 0.88% 0.95% -
XYZ 51.4 48.09 7.74 -
YUV 176.04 45.02 175.05 -
System Red Green Blue C M Y K H S L
Decimal 242 171 29 0 0.29 0.88 0.05 40 0.89 0.53
Hex F2 AB 1D 0 1D 58 5 28 59 35
Octal 362 253 35 0 35 130 5 50 131 65
Binary 11110010 10101011 11101 0 11101 1011000 101 101000 1011001 110101

Color Harmonies of #F2AB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB1D

Black with #F2AB1D

Text Example


Text Example

White with #F2AB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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