Html Css Color HEX #FD6D3D Burnt Orange

📋 copy color: '#FD6D3D'

red 253 ◦ green 109 ◦ blue 61

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

Shades of Burnt Orange #FD6D3D

Tints of Burnt Orange #FD6D3D

RGB

 RED value IS 253 (99.22% from 255) = 59.81%

 GREEN value IS 109 (42.97% from 255) = 25.77%

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

R = 59.81%
G = 25.77%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD6D3D (or 0xFD6D3D) is known color: Burnt Orange. HEX triplet: FD, 6D and 3D. RGB value is (253,109,61). Sum of RGB (Red+Green+Blue) = 253+109+61=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6D3D is #0292C2. Grayscale: #929292. Windows color (decimal): -168643 or 4025853. OLE color: 4025853.

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

Color convert

RGB 253 109 61 -
CMYK 0 0.57 0.76 0.01
HSL 15º 0.98% 0.62% -
HSV(B) 15º 0.76% 0.99% -
XYZ 46.82 32.16 8.15 -
YUV 146.58 79.71 203.9 -
System Red Green Blue C M Y K H S L
Decimal 253 109 61 0 0.57 0.76 0.01 15 0.98 0.62
Hex FD 6D 3D 0 39 4C 1 F 62 3E
Octal 375 155 75 0 71 114 1 17 142 76
Binary 11111101 1101101 111101 0 111001 1001100 1 1111 1100010 111110

Color Harmonies of #FD6D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6D3D

Black with #FD6D3D

Text Example


Text Example

White with #FD6D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6D3D; }

 p { color: rgb(253,109,61); }

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

background-color css

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

 a { background-color: rgb(253,109,61); }

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

border-color css

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

 span { border-color: rgb(253,109,61); }

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