Html Css Color HEX #F0AB1A Dark Tangerine

📋 copy color: '#F0AB1A'

red 240 ◦ green 171 ◦ blue 26

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

Shades of Dark Tangerine #F0AB1A

Tints of Dark Tangerine #F0AB1A

RGB

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

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

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

R = 54.92%
G = 39.13%
B = 5.95%

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

#F0AB1A (or 0xF0AB1A) is known color: Dark Tangerine. HEX triplet: F0, AB and 1A. RGB value is (240,171,26). Sum of RGB (Red+Green+Blue) = 240+171+26=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB1A is #0F54E5. Grayscale: #AFAFAF. Windows color (decimal): -1004774 or 1747952. OLE color: 1747952.

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

Color convert

RGB 240 171 26 -
CMYK 0 0.29 0.89 0.06
HSL 40.65º 0.88% 0.52% -
HSV(B) 40.65º 0.89% 0.94% -
XYZ 50.68 47.73 7.52 -
YUV 175.1 43.86 174.29 -
System Red Green Blue C M Y K H S L
Decimal 240 171 26 0 0.29 0.89 0.06 40.65 0.88 0.52
Hex F0 AB 1A 0 1D 59 6 29 58 34
Octal 360 253 32 0 35 131 6 51 130 64
Binary 11110000 10101011 11010 0 11101 1011001 110 101001 1011000 110100

Color Harmonies of #F0AB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB1A

Black with #F0AB1A

Text Example


Text Example

White with #F0AB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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