Html Css Color HEX #FD8F0D Dark Orange

📋 copy color: '#FD8F0D'

red 253 ◦ green 143 ◦ blue 13

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

Shades of Dark Orange #FD8F0D

Tints of Dark Orange #FD8F0D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.96%

 BLUE value IS 13 (5.47% from 255) = 3.18%

R = 61.86%
G = 34.96%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD8F0D (or 0xFD8F0D) is known color: Dark Orange. HEX triplet: FD, 8F and 0D. RGB value is (253,143,13). Sum of RGB (Red+Green+Blue) = 253+143+13=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8F0D is #0270F2. Grayscale: #A1A1A1. Windows color (decimal): -159987 or 888829. OLE color: 888829.

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

Color convert

RGB 253 143 13 -
CMYK 0 0.43 0.95 0.01
HSL 32.5º 0.98% 0.52% -
HSV(B) 32.5º 0.95% 0.99% -
XYZ 50.4 40.56 5.55 -
YUV 161.07 44.44 193.57 -
System Red Green Blue C M Y K H S L
Decimal 253 143 13 0 0.43 0.95 0.01 32.5 0.98 0.52
Hex FD 8F D 0 2B 5F 1 20 62 34
Octal 375 217 15 0 53 137 1 40 142 64
Binary 11111101 10001111 1101 0 101011 1011111 1 100000 1100010 110100

Color Harmonies of #FD8F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F0D

Black with #FD8F0D

Text Example


Text Example

White with #FD8F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F0D; }

 p { color: rgb(253,143,13); }

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

background-color css

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

 a { background-color: rgb(253,143,13); }

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

border-color css

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

 span { border-color: rgb(253,143,13); }

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