Html Css Color HEX #FB8300 Tangerine

📋 copy color: '#FB8300'

red 251 ◦ green 131 ◦ blue 0

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

Shades of Tangerine #FB8300

Tints of Tangerine #FB8300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

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

R = 65.71%
G = 34.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB8300 (or 0xFB8300) is known color: Tangerine. HEX triplet: FB, 83 and 00. RGB value is (251,131,0). Sum of RGB (Red+Green+Blue) = 251+131+0=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8300 is #047CFF. Grayscale: #989898. Windows color (decimal): -294144 or 33787. OLE color: 33787.

HSL color Cylindrical-coordinate representation of color #FB8300: hue angle of 31.31º 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 #FB8300 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 131 0 -
CMYK 0 0.48 1 0.02
HSL 31.31º 1% 0.49% -
HSV(B) 31.31º 1% 0.98% -
XYZ 47.9 36.74 4.57 -
YUV 151.95 42.26 198.65 -
System Red Green Blue C M Y K H S L
Decimal 251 131 0 0 0.48 1 0.02 31.31 1 0.49
Hex FB 83 0 0 30 64 2 1F 64 31
Octal 373 203 0 0 60 144 2 37 144 61
Binary 11111011 10000011 0 0 110000 1100100 10 11111 1100100 110001

Color Harmonies of #FB8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8300

Black with #FB8300

Text Example


Text Example

White with #FB8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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