Html Css Color HEX #F0AB1B Dark Tangerine

📋 copy color: '#F0AB1B'

red 240 ◦ green 171 ◦ blue 27

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

Shades of Dark Tangerine #F0AB1B

Tints of Dark Tangerine #F0AB1B

RGB

 RED value IS 240 (94.14% from 255) = 54.79%

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

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

R = 54.79%
G = 39.04%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0AB1B (or 0xF0AB1B) is known color: Dark Tangerine. HEX triplet: F0, AB and 1B. RGB value is (240,171,27). Sum of RGB (Red+Green+Blue) = 240+171+27=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB1B is #0F54E4. Grayscale: #AFAFAF. Windows color (decimal): -1004773 or 1813488. OLE color: 1813488.

HSL color Cylindrical-coordinate representation of color #F0AB1B: hue angle of 40.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0AB1B is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 171 27 -
CMYK 0 0.29 0.89 0.06
HSL 40.56º 0.88% 0.52% -
HSV(B) 40.56º 0.89% 0.94% -
XYZ 50.7 47.73 7.58 -
YUV 175.22 44.36 174.21 -
System Red Green Blue C M Y K H S L
Decimal 240 171 27 0 0.29 0.89 0.06 40.56 0.88 0.52
Hex F0 AB 1B 0 1D 59 6 29 58 34
Octal 360 253 33 0 35 131 6 51 130 64
Binary 11110000 10101011 11011 0 11101 1011001 110 101001 1011000 110100

Color Harmonies of #F0AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB1B

Black with #F0AB1B

Text Example


Text Example

White with #F0AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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