Html Css Color HEX #FD8C0E Dark Orange

📋 copy color: '#FD8C0E'

red 253 ◦ green 140 ◦ blue 14

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

Shades of Dark Orange #FD8C0E

Tints of Dark Orange #FD8C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.44%

R = 62.16%
G = 34.4%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD8C0E (or 0xFD8C0E) is known color: Dark Orange. HEX triplet: FD, 8C and 0E. RGB value is (253,140,14). Sum of RGB (Red+Green+Blue) = 253+140+14=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8C0E is #0273F1. Grayscale: #A0A0A0. Windows color (decimal): -160754 or 953597. OLE color: 953597.

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

Color convert

RGB 253 140 14 -
CMYK 0 0.45 0.94 0.01
HSL 31.63º 0.98% 0.52% -
HSV(B) 31.63º 0.94% 0.99% -
XYZ 49.97 39.67 5.44 -
YUV 159.42 45.94 194.75 -
System Red Green Blue C M Y K H S L
Decimal 253 140 14 0 0.45 0.94 0.01 31.63 0.98 0.52
Hex FD 8C E 0 2D 5E 1 20 62 34
Octal 375 214 16 0 55 136 1 40 142 64
Binary 11111101 10001100 1110 0 101101 1011110 1 100000 1100010 110100

Color Harmonies of #FD8C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C0E

Black with #FD8C0E

Text Example


Text Example

White with #FD8C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C0E; }

 p { color: rgb(253,140,14); }

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

background-color css

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

 a { background-color: rgb(253,140,14); }

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

border-color css

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

 span { border-color: rgb(253,140,14); }

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