Html Css Color HEX #FF7F00 Dark Orange

📋 copy color: '#FF7F00'

red 255 ◦ green 127 ◦ blue 0

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

Shades of Dark Orange #FF7F00

Tints of Dark Orange #FF7F00

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

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

R = 66.75%
G = 33.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF7F00 (or 0xFF7F00) is known color: Dark Orange. HEX triplet: FF, 7F and 00. RGB value is (255,127,0). Sum of RGB (Red+Green+Blue) = 255+127+0=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7F00 is #0080FF. Grayscale: #979797. Windows color (decimal): -33024 or 32767. OLE color: 32767.

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

Color convert

RGB 255 127 0 -
CMYK 0 0.50 1 0
HSL 29.88º 1% 0.5% -
HSV(B) 29.88º 1% 1% -
XYZ 48.83 36.44 4.46 -
YUV 150.79 42.91 202.33 -
System Red Green Blue C M Y K H S L
Decimal 255 127 0 0 0.50 1 0 29.88 1 0.5
Hex FF 7F 0 0 32 64 0 1E 64 32
Octal 377 177 0 0 62 144 0 36 144 62
Binary 11111111 1111111 0 0 110010 1100100 0 11110 1100100 110010

Color Harmonies of #FF7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F00

Black with #FF7F00

Text Example


Text Example

White with #FF7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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