Html Css Color HEX #F2AB1B Dark Tangerine

📋 copy color: '#F2AB1B'

red 242 ◦ green 171 ◦ blue 27

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

Shades of Dark Tangerine #F2AB1B

Tints of Dark Tangerine #F2AB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.14%

R = 55%
G = 38.86%
B = 6.14%

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

#F2AB1B (or 0xF2AB1B) is known color: Dark Tangerine. HEX triplet: F2, AB and 1B. RGB value is (242,171,27). Sum of RGB (Red+Green+Blue) = 242+171+27=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB1B is #0D54E4. Grayscale: #B0B0B0. Windows color (decimal): -873701 or 1813490. OLE color: 1813490.

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

Color convert

RGB 242 171 27 -
CMYK 0 0.29 0.89 0.05
HSL 40.19º 0.89% 0.53% -
HSV(B) 40.19º 0.89% 0.95% -
XYZ 51.38 48.08 7.61 -
YUV 175.81 44.02 175.21 -
System Red Green Blue C M Y K H S L
Decimal 242 171 27 0 0.29 0.89 0.05 40.19 0.89 0.53
Hex F2 AB 1B 0 1D 59 5 28 59 35
Octal 362 253 33 0 35 131 5 50 131 65
Binary 11110010 10101011 11011 0 11101 1011001 101 101000 1011001 110101

Color Harmonies of #F2AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB1B

Black with #F2AB1B

Text Example


Text Example

White with #F2AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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