Html Css Color HEX #FF6D25 Burnt Orange

📋 copy color: '#FF6D25'

red 255 ◦ green 109 ◦ blue 37

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

Shades of Burnt Orange #FF6D25

Tints of Burnt Orange #FF6D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.23%

R = 63.59%
G = 27.18%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF6D25 (or 0xFF6D25) is known color: Burnt Orange. HEX triplet: FF, 6D and 25. RGB value is (255,109,37). Sum of RGB (Red+Green+Blue) = 255+109+37=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D25 is #0092DA. Grayscale: #909090. Windows color (decimal): -37595 or 2452991. OLE color: 2452991.

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

Color convert

RGB 255 109 37 -
CMYK 0 0.57 0.85 0
HSL 19.82º 1% 0.57% -
HSV(B) 19.82º 0.85% 1% -
XYZ 47.04 32.33 5.51 -
YUV 144.45 67.37 206.85 -
System Red Green Blue C M Y K H S L
Decimal 255 109 37 0 0.57 0.85 0 19.82 1 0.57
Hex FF 6D 25 0 39 55 0 14 64 39
Octal 377 155 45 0 71 125 0 24 144 71
Binary 11111111 1101101 100101 0 111001 1010101 0 10100 1100100 111001

Color Harmonies of #FF6D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D25

Black with #FF6D25

Text Example


Text Example

White with #FF6D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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