Html Css Color HEX #FF7D3D Burnt Orange

📋 copy color: '#FF7D3D'

red 255 ◦ green 125 ◦ blue 61

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

Shades of Burnt Orange #FF7D3D

Tints of Burnt Orange #FF7D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.83%

R = 57.82%
G = 28.34%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF7D3D (or 0xFF7D3D) is known color: Burnt Orange. HEX triplet: FF, 7D and 3D. RGB value is (255,125,61). Sum of RGB (Red+Green+Blue) = 255+125+61=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D3D is #0082C2. Grayscale: #9C9C9C. Windows color (decimal): -33475 or 4029951. OLE color: 4029951.

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

Color convert

RGB 255 125 61 -
CMYK 0 0.51 0.76 0
HSL 19.79º 1% 0.62% -
HSV(B) 19.79º 0.76% 1% -
XYZ 49.42 36.26 8.81 -
YUV 156.57 74.07 198.2 -
System Red Green Blue C M Y K H S L
Decimal 255 125 61 0 0.51 0.76 0 19.79 1 0.62
Hex FF 7D 3D 0 33 4C 0 14 64 3E
Octal 377 175 75 0 63 114 0 24 144 76
Binary 11111111 1111101 111101 0 110011 1001100 0 10100 1100100 111110

Color Harmonies of #FF7D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D3D

Black with #FF7D3D

Text Example


Text Example

White with #FF7D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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