Html Css Color HEX #FD8D12 Dark Orange

📋 copy color: '#FD8D12'

red 253 ◦ green 141 ◦ blue 18

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

Shades of Dark Orange #FD8D12

Tints of Dark Orange #FD8D12

RGB

 RED value IS 253 (99.22% from 255) = 61.41%

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

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

R = 61.41%
G = 34.22%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD8D12 (or 0xFD8D12) is known color: Dark Orange. HEX triplet: FD, 8D and 12. RGB value is (253,141,18). Sum of RGB (Red+Green+Blue) = 253+141+18=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8D12 is #0272ED. Grayscale: #A1A1A1. Windows color (decimal): -160494 or 1215997. OLE color: 1215997.

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

Color convert

RGB 253 141 18 -
CMYK 0 0.44 0.93 0.01
HSL 31.4º 0.98% 0.53% -
HSV(B) 31.4º 0.93% 0.99% -
XYZ 50.14 39.98 5.65 -
YUV 160.47 47.61 194 -
System Red Green Blue C M Y K H S L
Decimal 253 141 18 0 0.44 0.93 0.01 31.4 0.98 0.53
Hex FD 8D 12 0 2C 5D 1 1F 62 35
Octal 375 215 22 0 54 135 1 37 142 65
Binary 11111101 10001101 10010 0 101100 1011101 1 11111 1100010 110101

Color Harmonies of #FD8D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D12

Black with #FD8D12

Text Example


Text Example

White with #FD8D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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