Html Css Color HEX #FB8D12 Dark Orange

📋 copy color: '#FB8D12'

red 251 ◦ green 141 ◦ blue 18

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

Shades of Dark Orange #FB8D12

Tints of Dark Orange #FB8D12

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 18 (7.42% from 255) = 4.39%

R = 61.22%
G = 34.39%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB8D12 (or 0xFB8D12) is known color: Dark Orange. HEX triplet: FB, 8D and 12. RGB value is (251,141,18). Sum of RGB (Red+Green+Blue) = 251+141+18=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8D12 is #0472ED. Grayscale: #A0A0A0. Windows color (decimal): -291566 or 1215995. OLE color: 1215995.

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

Color convert

RGB 251 141 18 -
CMYK 0 0.44 0.93 0.02
HSL 31.67º 0.97% 0.53% -
HSV(B) 31.67º 0.93% 0.98% -
XYZ 49.42 39.6 5.61 -
YUV 159.87 47.94 193 -
System Red Green Blue C M Y K H S L
Decimal 251 141 18 0 0.44 0.93 0.02 31.67 0.97 0.53
Hex FB 8D 12 0 2C 5D 2 20 61 35
Octal 373 215 22 0 54 135 2 40 141 65
Binary 11111011 10001101 10010 0 101100 1011101 10 100000 1100001 110101

Color Harmonies of #FB8D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8D12

Black with #FB8D12

Text Example


Text Example

White with #FB8D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8D12; }

 p { color: rgb(251,141,18); }

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

background-color css

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

 a { background-color: rgb(251,141,18); }

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

border-color css

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

 span { border-color: rgb(251,141,18); }

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