Html Css Color HEX #FD8C07 Dark Orange

📋 copy color: '#FD8C07'

red 253 ◦ green 140 ◦ blue 7

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

Shades of Dark Orange #FD8C07

Tints of Dark Orange #FD8C07

RGB

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

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

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

R = 63.25%
G = 35%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD8C07 (or 0xFD8C07) is known color: Dark Orange. HEX triplet: FD, 8C and 07. RGB value is (253,140,7). Sum of RGB (Red+Green+Blue) = 253+140+7=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8C07 is #0273F8. Grayscale: #9F9F9F. Windows color (decimal): -160761 or 494845. OLE color: 494845.

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

Color convert

RGB 253 140 7 -
CMYK 0 0.45 0.97 0.01
HSL 32.44º 0.98% 0.51% -
HSV(B) 32.44º 0.97% 0.99% -
XYZ 49.92 39.65 5.22 -
YUV 158.63 42.44 195.31 -
System Red Green Blue C M Y K H S L
Decimal 253 140 7 0 0.45 0.97 0.01 32.44 0.98 0.51
Hex FD 8C 7 0 2D 61 1 20 62 33
Octal 375 214 7 0 55 141 1 40 142 63
Binary 11111101 10001100 111 0 101101 1100001 1 100000 1100010 110011

Color Harmonies of #FD8C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C07

Black with #FD8C07

Text Example


Text Example

White with #FD8C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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