Html Css Color HEX #FF900E Dark Orange

📋 copy color: '#FF900E'

red 255 ◦ green 144 ◦ blue 14

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

Shades of Dark Orange #FF900E

Tints of Dark Orange #FF900E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.39%

R = 61.74%
G = 34.87%
B = 3.39%

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

#FF900E (or 0xFF900E) is known color: Dark Orange. HEX triplet: FF, 90 and 0E. RGB value is (255,144,14). Sum of RGB (Red+Green+Blue) = 255+144+14=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF900E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF900E is #006FF1. Grayscale: #A2A2A2. Windows color (decimal): -28658 or 954623. OLE color: 954623.

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

Color convert

RGB 255 144 14 -
CMYK 0 0.44 0.95 0
HSL 32.37º 1% 0.53% -
HSV(B) 32.37º 0.95% 1% -
XYZ 51.29 41.24 5.67 -
YUV 162.37 44.27 194.07 -
System Red Green Blue C M Y K H S L
Decimal 255 144 14 0 0.44 0.95 0 32.37 1 0.53
Hex FF 90 E 0 2C 5F 0 20 64 35
Octal 377 220 16 0 54 137 0 40 144 65
Binary 11111111 10010000 1110 0 101100 1011111 0 100000 1100100 110101

Color Harmonies of #FF900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF900E

Black with #FF900E

Text Example


Text Example

White with #FF900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF900E; }

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

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

background-color css

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

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

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

border-color css

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

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

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