Html Css Color HEX #F08401 Tangerine

📋 copy color: '#F08401'

red 240 ◦ green 132 ◦ blue 1

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

Shades of Tangerine #F08401

Tints of Tangerine #F08401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

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

R = 64.34%
G = 35.39%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F08401 (or 0xF08401) is known color: Tangerine. HEX triplet: F0, 84 and 01. RGB value is (240,132,1). Sum of RGB (Red+Green+Blue) = 240+132+1=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F08401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08401 is #0F7BFE. Grayscale: #959595. Windows color (decimal): -1014783 or 99568. OLE color: 99568.

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

Color convert

RGB 240 132 1 -
CMYK 0 0.45 1.00 0.06
HSL 32.89º 0.99% 0.47% -
HSV(B) 32.89º 1% 0.94% -
XYZ 44.19 35.03 4.46 -
YUV 149.36 44.28 192.65 -
System Red Green Blue C M Y K H S L
Decimal 240 132 1 0 0.45 1.00 0.06 32.89 0.99 0.47
Hex F0 84 1 0 2D 64 6 21 63 2F
Octal 360 204 1 0 55 144 6 41 143 57
Binary 11110000 10000100 1 0 101101 1100100 110 100001 1100011 101111

Color Harmonies of #F08401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08401

Black with #F08401

Text Example


Text Example

White with #F08401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08401; }

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

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

background-color css

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

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

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

border-color css

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

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

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