Html Css Color HEX #FD900D Dark Orange

📋 copy color: '#FD900D'

red 253 ◦ green 144 ◦ blue 13

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

Shades of Dark Orange #FD900D

Tints of Dark Orange #FD900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

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

R = 61.71%
G = 35.12%
B = 3.17%

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

#FD900D (or 0xFD900D) is known color: Dark Orange. HEX triplet: FD, 90 and 0D. RGB value is (253,144,13). Sum of RGB (Red+Green+Blue) = 253+144+13=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD900D is #026FF2. Grayscale: #A2A2A2. Windows color (decimal): -159731 or 889085. OLE color: 889085.

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

Color convert

RGB 253 144 13 -
CMYK 0 0.43 0.95 0.01
HSL 32.75º 0.98% 0.52% -
HSV(B) 32.75º 0.95% 0.99% -
XYZ 50.55 40.86 5.6 -
YUV 161.66 44.11 193.15 -
System Red Green Blue C M Y K H S L
Decimal 253 144 13 0 0.43 0.95 0.01 32.75 0.98 0.52
Hex FD 90 D 0 2B 5F 1 21 62 34
Octal 375 220 15 0 53 137 1 41 142 64
Binary 11111101 10010000 1101 0 101011 1011111 1 100001 1100010 110100

Color Harmonies of #FD900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD900D

Black with #FD900D

Text Example


Text Example

White with #FD900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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