Html Css Color HEX #FF6D34 Burnt Orange

📋 copy color: '#FF6D34'

red 255 ◦ green 109 ◦ blue 52

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

Shades of Burnt Orange #FF6D34

Tints of Burnt Orange #FF6D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.5%

R = 61.3%
G = 26.2%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF6D34 (or 0xFF6D34) is known color: Burnt Orange. HEX triplet: FF, 6D and 34. RGB value is (255,109,52). Sum of RGB (Red+Green+Blue) = 255+109+52=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D34 is #0092CB. Grayscale: #929292. Windows color (decimal): -37580 or 3436031. OLE color: 3436031.

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

Color convert

RGB 255 109 52 -
CMYK 0 0.57 0.80 0
HSL 16.85º 1% 0.6% -
HSV(B) 16.85º 0.8% 1% -
XYZ 47.33 32.45 7.02 -
YUV 146.16 74.87 205.63 -
System Red Green Blue C M Y K H S L
Decimal 255 109 52 0 0.57 0.80 0 16.85 1 0.6
Hex FF 6D 34 0 39 50 0 11 64 3C
Octal 377 155 64 0 71 120 0 21 144 74
Binary 11111111 1101101 110100 0 111001 1010000 0 10001 1100100 111100

Color Harmonies of #FF6D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D34

Black with #FF6D34

Text Example


Text Example

White with #FF6D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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