Html Css Color HEX #F08005 Tangerine

📋 copy color: '#F08005'

red 240 ◦ green 128 ◦ blue 5

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

Shades of Tangerine #F08005

Tints of Tangerine #F08005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.32%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 64.34%
G = 34.32%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F08005 (or 0xF08005) is known color: Tangerine. HEX triplet: F0, 80 and 05. RGB value is (240,128,5). Sum of RGB (Red+Green+Blue) = 240+128+5=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F08005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08005 is #0F7FFA. Grayscale: #949494. Windows color (decimal): -1015803 or 360688. OLE color: 360688.

HSL color Cylindrical-coordinate representation of color #F08005: hue angle of 31.4º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F08005 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 5 -
CMYK 0 0.47 0.98 0.06
HSL 31.4º 0.96% 0.48% -
HSV(B) 31.4º 0.98% 0.94% -
XYZ 43.68 33.97 4.4 -
YUV 147.47 47.61 194 -
System Red Green Blue C M Y K H S L
Decimal 240 128 5 0 0.47 0.98 0.06 31.4 0.96 0.48
Hex F0 80 5 0 2F 62 6 1F 60 30
Octal 360 200 5 0 57 142 6 37 140 60
Binary 11110000 10000000 101 0 101111 1100010 110 11111 1100000 110000

Color Harmonies of #F08005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08005

Black with #F08005

Text Example


Text Example

White with #F08005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08005; }

 p { color: rgb(240,128,5); }

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

background-color css

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

 a { background-color: rgb(240,128,5); }

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

border-color css

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

 span { border-color: rgb(240,128,5); }

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