Html Css Color HEX #FB8C10 Dark Orange

📋 copy color: '#FB8C10'

red 251 ◦ green 140 ◦ blue 16

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

Shades of Dark Orange #FB8C10

Tints of Dark Orange #FB8C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

 BLUE value IS 16 (6.64% from 255) = 3.93%

R = 61.67%
G = 34.4%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB8C10 (or 0xFB8C10) is known color: Dark Orange. HEX triplet: FB, 8C and 10. RGB value is (251,140,16). Sum of RGB (Red+Green+Blue) = 251+140+16=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8C10 is #0473EF. Grayscale: #9F9F9F. Windows color (decimal): -291824 or 1084667. OLE color: 1084667.

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

Color convert

RGB 251 140 16 -
CMYK 0 0.44 0.94 0.02
HSL 31.66º 0.97% 0.52% -
HSV(B) 31.66º 0.94% 0.98% -
XYZ 49.26 39.3 5.48 -
YUV 159.05 47.27 193.58 -
System Red Green Blue C M Y K H S L
Decimal 251 140 16 0 0.44 0.94 0.02 31.66 0.97 0.52
Hex FB 8C 10 0 2C 5E 2 20 61 34
Octal 373 214 20 0 54 136 2 40 141 64
Binary 11111011 10001100 10000 0 101100 1011110 10 100000 1100001 110100

Color Harmonies of #FB8C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C10

Black with #FB8C10

Text Example


Text Example

White with #FB8C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C10; }

 p { color: rgb(251,140,16); }

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

background-color css

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

 a { background-color: rgb(251,140,16); }

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

border-color css

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

 span { border-color: rgb(251,140,16); }

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