Html Css Color HEX #FB8C07 Dark Orange

📋 copy color: '#FB8C07'

red 251 ◦ green 140 ◦ blue 7

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

Shades of Dark Orange #FB8C07

Tints of Dark Orange #FB8C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 63.07%
G = 35.18%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB8C07 (or 0xFB8C07) is known color: Dark Orange. HEX triplet: FB, 8C and 07. RGB value is (251,140,7). Sum of RGB (Red+Green+Blue) = 251+140+7=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8C07 is #0473F8. Grayscale: #9E9E9E. Windows color (decimal): -291833 or 494843. OLE color: 494843.

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

Color convert

RGB 251 140 7 -
CMYK 0 0.44 0.97 0.02
HSL 32.7º 0.97% 0.51% -
HSV(B) 32.7º 0.97% 0.98% -
XYZ 49.2 39.28 5.19 -
YUV 158.03 42.77 194.31 -
System Red Green Blue C M Y K H S L
Decimal 251 140 7 0 0.44 0.97 0.02 32.7 0.97 0.51
Hex FB 8C 7 0 2C 61 2 21 61 33
Octal 373 214 7 0 54 141 2 41 141 63
Binary 11111011 10001100 111 0 101100 1100001 10 100001 1100001 110011

Color Harmonies of #FB8C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C07

Black with #FB8C07

Text Example


Text Example

White with #FB8C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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