Html Css Color HEX #FF7F03 Dark Orange

📋 copy color: '#FF7F03'

red 255 ◦ green 127 ◦ blue 3

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

Shades of Dark Orange #FF7F03

Tints of Dark Orange #FF7F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 66.23%
G = 32.99%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF7F03 (or 0xFF7F03) is known color: Dark Orange. HEX triplet: FF, 7F and 03. RGB value is (255,127,3). Sum of RGB (Red+Green+Blue) = 255+127+3=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7F03 is #0080FC. Grayscale: #979797. Windows color (decimal): -33021 or 229375. OLE color: 229375.

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

Color convert

RGB 255 127 3 -
CMYK 0 0.50 0.99 0
HSL 29.52º 1% 0.51% -
HSV(B) 29.52º 0.99% 1% -
XYZ 48.85 36.45 4.55 -
YUV 151.14 44.41 202.08 -
System Red Green Blue C M Y K H S L
Decimal 255 127 3 0 0.50 0.99 0 29.52 1 0.51
Hex FF 7F 3 0 32 63 0 1E 64 33
Octal 377 177 3 0 62 143 0 36 144 63
Binary 11111111 1111111 11 0 110010 1100011 0 11110 1100100 110011

Color Harmonies of #FF7F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F03

Black with #FF7F03

Text Example


Text Example

White with #FF7F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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