Html Css Color HEX #FD8000 Tangerine

📋 copy color: '#FD8000'

red 253 ◦ green 128 ◦ blue 0

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

Shades of Tangerine #FD8000

Tints of Tangerine #FD8000

RGB

 RED value IS 253 (99.22% from 255) = 66.4%

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

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

R = 66.4%
G = 33.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD8000 (or 0xFD8000) is known color: Tangerine. HEX triplet: FD, 80 and 00. RGB value is (253,128,0). Sum of RGB (Red+Green+Blue) = 253+128+0=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8000 is #027FFF. Grayscale: #979797. Windows color (decimal): -163840 or 33021. OLE color: 33021.

HSL color Cylindrical-coordinate representation of color #FD8000: hue angle of 30.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD8000 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 128 0 -
CMYK 0 0.49 1 0.01
HSL 30.36º 1% 0.5% -
HSV(B) 30.36º 1% 0.99% -
XYZ 48.23 36.32 4.47 -
YUV 150.78 42.91 200.91 -
System Red Green Blue C M Y K H S L
Decimal 253 128 0 0 0.49 1 0.01 30.36 1 0.5
Hex FD 80 0 0 31 64 1 1E 64 32
Octal 375 200 0 0 61 144 1 36 144 62
Binary 11111101 10000000 0 0 110001 1100100 1 11110 1100100 110010

Color Harmonies of #FD8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8000

Black with #FD8000

Text Example


Text Example

White with #FD8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8000; }

 p { color: rgb(253,128,0); }

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

background-color css

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

 a { background-color: rgb(253,128,0); }

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

border-color css

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

 span { border-color: rgb(253,128,0); }

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