Html Css Color HEX #FF6D28 Burnt Orange

📋 copy color: '#FF6D28'

red 255 ◦ green 109 ◦ blue 40

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

Shades of Burnt Orange #FF6D28

Tints of Burnt Orange #FF6D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.9%

R = 63.12%
G = 26.98%
B = 9.9%

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

#FF6D28 (or 0xFF6D28) is known color: Burnt Orange. HEX triplet: FF, 6D and 28. RGB value is (255,109,40). Sum of RGB (Red+Green+Blue) = 255+109+40=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D28 is #0092D7. Grayscale: #919191. Windows color (decimal): -37592 or 2649599. OLE color: 2649599.

HSL color Cylindrical-coordinate representation of color #FF6D28: hue angle of 19.26º 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 #FF6D28 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 109 40 -
CMYK 0 0.57 0.84 0
HSL 19.26º 1% 0.58% -
HSV(B) 19.26º 0.84% 1% -
XYZ 47.09 32.35 5.77 -
YUV 144.79 68.87 206.61 -
System Red Green Blue C M Y K H S L
Decimal 255 109 40 0 0.57 0.84 0 19.26 1 0.58
Hex FF 6D 28 0 39 54 0 13 64 3A
Octal 377 155 50 0 71 124 0 23 144 72
Binary 11111111 1101101 101000 0 111001 1010100 0 10011 1100100 111010

Color Harmonies of #FF6D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D28

Black with #FF6D28

Text Example


Text Example

White with #FF6D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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