Html Css Color HEX #F08500 Tangerine

📋 copy color: '#F08500'

red 240 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #F08500

Tints of Tangerine #F08500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.34%
G = 35.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F08500 (or 0xF08500) is known color: Tangerine. HEX triplet: F0, 85 and 00. RGB value is (240,133,0). Sum of RGB (Red+Green+Blue) = 240+133+0=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F08500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08500 is #0F7AFF. Grayscale: #969696. Windows color (decimal): -1014528 or 34288. OLE color: 34288.

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

Color convert

RGB 240 133 0 -
CMYK 0 0.45 1 0.06
HSL 33.25º 1% 0.47% -
HSV(B) 33.25º 1% 0.94% -
XYZ 44.32 35.3 4.48 -
YUV 149.83 43.45 192.31 -
System Red Green Blue C M Y K H S L
Decimal 240 133 0 0 0.45 1 0.06 33.25 1 0.47
Hex F0 85 0 0 2D 64 6 21 64 2F
Octal 360 205 0 0 55 144 6 41 144 57
Binary 11110000 10000101 0 0 101101 1100100 110 100001 1100100 101111

Color Harmonies of #F08500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08500

Black with #F08500

Text Example


Text Example

White with #F08500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08500; }

 p { color: rgb(240,133,0); }

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

background-color css

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

 a { background-color: rgb(240,133,0); }

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

border-color css

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

 span { border-color: rgb(240,133,0); }

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