Html Css Color HEX #F08A01 Tangerine

📋 copy color: '#F08A01'

red 240 ◦ green 138 ◦ blue 1

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

Shades of Tangerine #F08A01

Tints of Tangerine #F08A01

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 63.32%
G = 36.41%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F08A01 (or 0xF08A01) is known color: Tangerine. HEX triplet: F0, 8A and 01. RGB value is (240,138,1). Sum of RGB (Red+Green+Blue) = 240+138+1=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08A01 is #0F75FE. Grayscale: #999999. Windows color (decimal): -1013247 or 101104. OLE color: 101104.

HSL color Cylindrical-coordinate representation of color #F08A01: hue angle of 34.39º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F08A01 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 138 1 -
CMYK 0 0.42 1.00 0.06
HSL 34.39º 0.99% 0.47% -
HSV(B) 34.39º 1% 0.94% -
XYZ 45.03 36.7 4.74 -
YUV 152.88 42.29 190.14 -
System Red Green Blue C M Y K H S L
Decimal 240 138 1 0 0.42 1.00 0.06 34.39 0.99 0.47
Hex F0 8A 1 0 2A 64 6 22 63 2F
Octal 360 212 1 0 52 144 6 42 143 57
Binary 11110000 10001010 1 0 101010 1100100 110 100010 1100011 101111

Color Harmonies of #F08A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A01

Black with #F08A01

Text Example


Text Example

White with #F08A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A01; }

 p { color: rgb(240,138,1); }

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

background-color css

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

 a { background-color: rgb(240,138,1); }

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

border-color css

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

 span { border-color: rgb(240,138,1); }

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