Html Css Color HEX #FF9007 Dark Orange

📋 copy color: '#FF9007'

red 255 ◦ green 144 ◦ blue 7

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

Shades of Dark Orange #FF9007

Tints of Dark Orange #FF9007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 62.81%
G = 35.47%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF9007 (or 0xFF9007) is known color: Dark Orange. HEX triplet: FF, 90 and 07. RGB value is (255,144,7). Sum of RGB (Red+Green+Blue) = 255+144+7=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9007 is #006FF8. Grayscale: #A2A2A2. Windows color (decimal): -28665 or 495871. OLE color: 495871.

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

Color convert

RGB 255 144 7 -
CMYK 0 0.44 0.97 0
HSL 33.15º 1% 0.51% -
HSV(B) 33.15º 0.97% 1% -
XYZ 51.25 41.22 5.46 -
YUV 161.57 40.77 194.64 -
System Red Green Blue C M Y K H S L
Decimal 255 144 7 0 0.44 0.97 0 33.15 1 0.51
Hex FF 90 7 0 2C 61 0 21 64 33
Octal 377 220 7 0 54 141 0 41 144 63
Binary 11111111 10010000 111 0 101100 1100001 0 100001 1100100 110011

Color Harmonies of #FF9007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9007

Black with #FF9007

Text Example


Text Example

White with #FF9007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9007; }

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

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

background-color css

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

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

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

border-color css

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

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

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