Html Css Color HEX #FD8D0C Dark Orange

📋 copy color: '#FD8D0C'

red 253 ◦ green 141 ◦ blue 12

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

Shades of Dark Orange #FD8D0C

Tints of Dark Orange #FD8D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 62.32%
G = 34.73%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD8D0C (or 0xFD8D0C) is known color: Dark Orange. HEX triplet: FD, 8D and 0C. RGB value is (253,141,12). Sum of RGB (Red+Green+Blue) = 253+141+12=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8D0C is #0272F3. Grayscale: #A0A0A0. Windows color (decimal): -160500 or 822781. OLE color: 822781.

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

Color convert

RGB 253 141 12 -
CMYK 0 0.44 0.95 0.01
HSL 32.12º 0.98% 0.52% -
HSV(B) 32.12º 0.95% 0.99% -
XYZ 50.1 39.96 5.42 -
YUV 159.78 44.61 194.49 -
System Red Green Blue C M Y K H S L
Decimal 253 141 12 0 0.44 0.95 0.01 32.12 0.98 0.52
Hex FD 8D C 0 2C 5F 1 20 62 34
Octal 375 215 14 0 54 137 1 40 142 64
Binary 11111101 10001101 1100 0 101100 1011111 1 100000 1100010 110100

Color Harmonies of #FD8D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D0C

Black with #FD8D0C

Text Example


Text Example

White with #FD8D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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