Html Css Color HEX #FF900D Dark Orange

📋 copy color: '#FF900D'

red 255 ◦ green 144 ◦ blue 13

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

Shades of Dark Orange #FF900D

Tints of Dark Orange #FF900D

RGB

 RED value IS 255 (100% from 255) = 61.89%

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

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

R = 61.89%
G = 34.95%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF900D (or 0xFF900D) is known color: Dark Orange. HEX triplet: FF, 90 and 0D. RGB value is (255,144,13). Sum of RGB (Red+Green+Blue) = 255+144+13=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF900D is #006FF2. Grayscale: #A2A2A2. Windows color (decimal): -28659 or 889087. OLE color: 889087.

HSL color Cylindrical-coordinate representation of color #FF900D: hue angle of 32.48º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF900D is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 144 13 -
CMYK 0 0.44 0.95 0
HSL 32.48º 1% 0.53% -
HSV(B) 32.48º 0.95% 1% -
XYZ 51.29 41.24 5.64 -
YUV 162.26 43.77 194.15 -
System Red Green Blue C M Y K H S L
Decimal 255 144 13 0 0.44 0.95 0 32.48 1 0.53
Hex FF 90 D 0 2C 5F 0 20 64 35
Octal 377 220 15 0 54 137 0 40 144 65
Binary 11111111 10010000 1101 0 101100 1011111 0 100000 1100100 110101

Color Harmonies of #FF900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF900D

Black with #FF900D

Text Example


Text Example

White with #FF900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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