Html Css Color HEX #FF6D40 Burnt Orange

📋 copy color: '#FF6D40'

red 255 ◦ green 109 ◦ blue 64

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

Shades of Burnt Orange #FF6D40

Tints of Burnt Orange #FF6D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 59.58%
G = 25.47%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF6D40 (or 0xFF6D40) is known color: Burnt Orange. HEX triplet: FF, 6D and 40. RGB value is (255,109,64). Sum of RGB (Red+Green+Blue) = 255+109+64=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D40 is #0092BF. Grayscale: #939393. Windows color (decimal): -37568 or 4222463. OLE color: 4222463.

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

Color convert

RGB 255 109 64 -
CMYK 0 0.57 0.75 0
HSL 14.14º 1% 0.63% -
HSV(B) 14.14º 0.75% 1% -
XYZ 47.63 32.57 8.63 -
YUV 147.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 255 109 64 0 0.57 0.75 0 14.14 1 0.63
Hex FF 6D 40 0 39 4B 0 E 64 3F
Octal 377 155 100 0 71 113 0 16 144 77
Binary 11111111 1101101 1000000 0 111001 1001011 0 1110 1100100 111111

Color Harmonies of #FF6D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D40

Black with #FF6D40

Text Example


Text Example

White with #FF6D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D40; }

 p { color: rgb(255,109,64); }

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

background-color css

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

 a { background-color: rgb(255,109,64); }

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

border-color css

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

 span { border-color: rgb(255,109,64); }

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