Html Css Color HEX #FD850D Dark Orange

📋 copy color: '#FD850D'

red 253 ◦ green 133 ◦ blue 13

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

Shades of Dark Orange #FD850D

Tints of Dark Orange #FD850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

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

R = 63.41%
G = 33.33%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD850D (or 0xFD850D) is known color: Dark Orange. HEX triplet: FD, 85 and 0D. RGB value is (253,133,13). Sum of RGB (Red+Green+Blue) = 253+133+13=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD850D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD850D is #027AF2. Grayscale: #9B9B9B. Windows color (decimal): -162547 or 886269. OLE color: 886269.

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

Color convert

RGB 253 133 13 -
CMYK 0 0.47 0.95 0.01
HSL 30º 0.98% 0.52% -
HSV(B) 30º 0.95% 0.99% -
XYZ 48.97 37.69 5.07 -
YUV 155.2 47.76 197.76 -
System Red Green Blue C M Y K H S L
Decimal 253 133 13 0 0.47 0.95 0.01 30 0.98 0.52
Hex FD 85 D 0 2F 5F 1 1E 62 34
Octal 375 205 15 0 57 137 1 36 142 64
Binary 11111101 10000101 1101 0 101111 1011111 1 11110 1100010 110100

Color Harmonies of #FD850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD850D

Black with #FD850D

Text Example


Text Example

White with #FD850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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