Html Css Color HEX #FB8000 Tangerine

📋 copy color: '#FB8000'

red 251 ◦ green 128 ◦ blue 0

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

Shades of Tangerine #FB8000

Tints of Tangerine #FB8000

RGB

 RED value IS 251 (98.44% from 255) = 66.23%

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

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

R = 66.23%
G = 33.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB8000 (or 0xFB8000) is known color: Tangerine. HEX triplet: FB, 80 and 00. RGB value is (251,128,0). Sum of RGB (Red+Green+Blue) = 251+128+0=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8000 is #047FFF. Grayscale: #969696. Windows color (decimal): -294912 or 33019. OLE color: 33019.

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

Color convert

RGB 251 128 0 -
CMYK 0 0.49 1 0.02
HSL 30.6º 1% 0.49% -
HSV(B) 30.6º 1% 0.98% -
XYZ 47.5 35.95 4.43 -
YUV 150.19 43.25 199.91 -
System Red Green Blue C M Y K H S L
Decimal 251 128 0 0 0.49 1 0.02 30.6 1 0.49
Hex FB 80 0 0 31 64 2 1F 64 31
Octal 373 200 0 0 61 144 2 37 144 61
Binary 11111011 10000000 0 0 110001 1100100 10 11111 1100100 110001

Color Harmonies of #FB8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8000

Black with #FB8000

Text Example


Text Example

White with #FB8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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