Html Css Color HEX #FF6D2D Burnt Orange

📋 copy color: '#FF6D2D'

red 255 ◦ green 109 ◦ blue 45

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

Shades of Burnt Orange #FF6D2D

Tints of Burnt Orange #FF6D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11%

R = 62.35%
G = 26.65%
B = 11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF6D2D (or 0xFF6D2D) is known color: Burnt Orange. HEX triplet: FF, 6D and 2D. RGB value is (255,109,45). Sum of RGB (Red+Green+Blue) = 255+109+45=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D2D is #0092D2. Grayscale: #919191. Windows color (decimal): -37587 or 2977279. OLE color: 2977279.

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

Color convert

RGB 255 109 45 -
CMYK 0 0.57 0.82 0
HSL 18.29º 1% 0.59% -
HSV(B) 18.29º 0.82% 1% -
XYZ 47.18 32.39 6.25 -
YUV 145.36 71.37 206.2 -
System Red Green Blue C M Y K H S L
Decimal 255 109 45 0 0.57 0.82 0 18.29 1 0.59
Hex FF 6D 2D 0 39 52 0 12 64 3B
Octal 377 155 55 0 71 122 0 22 144 73
Binary 11111111 1101101 101101 0 111001 1010010 0 10010 1100100 111011

Color Harmonies of #FF6D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D2D

Black with #FF6D2D

Text Example


Text Example

White with #FF6D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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