Html Css Color HEX #F08101 Tangerine

📋 copy color: '#F08101'

red 240 ◦ green 129 ◦ blue 1

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

Shades of Tangerine #F08101

Tints of Tangerine #F08101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

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

R = 64.86%
G = 34.86%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F08101 (or 0xF08101) is known color: Tangerine. HEX triplet: F0, 81 and 01. RGB value is (240,129,1). Sum of RGB (Red+Green+Blue) = 240+129+1=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F08101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08101 is #0F7EFE. Grayscale: #949494. Windows color (decimal): -1015551 or 98800. OLE color: 98800.

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

Color convert

RGB 240 129 1 -
CMYK 0 0.46 1.00 0.06
HSL 32.13º 0.99% 0.47% -
HSV(B) 32.13º 1% 0.94% -
XYZ 43.79 34.23 4.33 -
YUV 147.6 45.27 193.91 -
System Red Green Blue C M Y K H S L
Decimal 240 129 1 0 0.46 1.00 0.06 32.13 0.99 0.47
Hex F0 81 1 0 2E 64 6 20 63 2F
Octal 360 201 1 0 56 144 6 40 143 57
Binary 11110000 10000001 1 0 101110 1100100 110 100000 1100011 101111

Color Harmonies of #F08101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08101

Black with #F08101

Text Example


Text Example

White with #F08101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08101; }

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

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

background-color css

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

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

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

border-color css

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

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

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