Html Css Color HEX #FF7D00 Dark Orange

📋 copy color: '#FF7D00'

red 255 ◦ green 125 ◦ blue 0

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

Shades of Dark Orange #FF7D00

Tints of Dark Orange #FF7D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.11%
G = 32.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF7D00 (or 0xFF7D00) is known color: Dark Orange. HEX triplet: FF, 7D and 00. RGB value is (255,125,0). Sum of RGB (Red+Green+Blue) = 255+125+0=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7D00 is #0082FF. Grayscale: #969696. Windows color (decimal): -33536 or 32255. OLE color: 32255.

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

Color convert

RGB 255 125 0 -
CMYK 0 0.51 1 0
HSL 29.41º 1% 0.5% -
HSV(B) 29.41º 1% 1% -
XYZ 48.57 35.93 4.37 -
YUV 149.62 43.57 203.16 -
System Red Green Blue C M Y K H S L
Decimal 255 125 0 0 0.51 1 0 29.41 1 0.5
Hex FF 7D 0 0 33 64 0 1D 64 32
Octal 377 175 0 0 63 144 0 35 144 62
Binary 11111111 1111101 0 0 110011 1100100 0 11101 1100100 110010

Color Harmonies of #FF7D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D00

Black with #FF7D00

Text Example


Text Example

White with #FF7D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D00; }

 p { color: rgb(255,125,0); }

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

background-color css

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

 a { background-color: rgb(255,125,0); }

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

border-color css

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

 span { border-color: rgb(255,125,0); }

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