Html Css Color HEX #FD8D07 Dark Orange

📋 copy color: '#FD8D07'

red 253 ◦ green 141 ◦ blue 7

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

Shades of Dark Orange #FD8D07

Tints of Dark Orange #FD8D07

RGB

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

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

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

R = 63.09%
G = 35.16%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD8D07 (or 0xFD8D07) is known color: Dark Orange. HEX triplet: FD, 8D and 07. RGB value is (253,141,7). Sum of RGB (Red+Green+Blue) = 253+141+7=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8D07 is #0272F8. Grayscale: #9F9F9F. Windows color (decimal): -160505 or 495101. OLE color: 495101.

HSL color Cylindrical-coordinate representation of color #FD8D07: hue angle of 32.68º 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 #FD8D07 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 141 7 -
CMYK 0 0.44 0.97 0.01
HSL 32.68º 0.98% 0.51% -
HSV(B) 32.68º 0.97% 0.99% -
XYZ 50.07 39.95 5.27 -
YUV 159.21 42.11 194.9 -
System Red Green Blue C M Y K H S L
Decimal 253 141 7 0 0.44 0.97 0.01 32.68 0.98 0.51
Hex FD 8D 7 0 2C 61 1 21 62 33
Octal 375 215 7 0 54 141 1 41 142 63
Binary 11111101 10001101 111 0 101100 1100001 1 100001 1100010 110011

Color Harmonies of #FD8D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D07

Black with #FD8D07

Text Example


Text Example

White with #FD8D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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