Html Css Color HEX #FF6D29 Burnt Orange

📋 copy color: '#FF6D29'

red 255 ◦ green 109 ◦ blue 41

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

Shades of Burnt Orange #FF6D29

Tints of Burnt Orange #FF6D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.12%

R = 62.96%
G = 26.91%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF6D29 (or 0xFF6D29) is known color: Burnt Orange. HEX triplet: FF, 6D and 29. RGB value is (255,109,41). Sum of RGB (Red+Green+Blue) = 255+109+41=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D29 is #0092D6. Grayscale: #919191. Windows color (decimal): -37591 or 2715135. OLE color: 2715135.

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

Color convert

RGB 255 109 41 -
CMYK 0 0.57 0.84 0
HSL 19.07º 1% 0.58% -
HSV(B) 19.07º 0.84% 1% -
XYZ 47.11 32.36 5.86 -
YUV 144.9 69.37 206.53 -
System Red Green Blue C M Y K H S L
Decimal 255 109 41 0 0.57 0.84 0 19.07 1 0.58
Hex FF 6D 29 0 39 54 0 13 64 3A
Octal 377 155 51 0 71 124 0 23 144 72
Binary 11111111 1101101 101001 0 111001 1010100 0 10011 1100100 111010

Color Harmonies of #FF6D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D29

Black with #FF6D29

Text Example


Text Example

White with #FF6D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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