Html Css Color HEX #FF6C34 Burnt Orange

📋 copy color: '#FF6C34'

red 255 ◦ green 108 ◦ blue 52

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

Shades of Burnt Orange #FF6C34

Tints of Burnt Orange #FF6C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

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

R = 61.45%
G = 26.02%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF6C34 (or 0xFF6C34) is known color: Burnt Orange. HEX triplet: FF, 6C and 34. RGB value is (255,108,52). Sum of RGB (Red+Green+Blue) = 255+108+52=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C34 is #0093CB. Grayscale: #919191. Windows color (decimal): -37836 or 3435775. OLE color: 3435775.

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

Color convert

RGB 255 108 52 -
CMYK 0 0.58 0.80 0
HSL 16.55º 1% 0.6% -
HSV(B) 16.55º 0.8% 1% -
XYZ 47.22 32.23 6.98 -
YUV 145.57 75.2 206.05 -
System Red Green Blue C M Y K H S L
Decimal 255 108 52 0 0.58 0.80 0 16.55 1 0.6
Hex FF 6C 34 0 3A 50 0 11 64 3C
Octal 377 154 64 0 72 120 0 21 144 74
Binary 11111111 1101100 110100 0 111010 1010000 0 10001 1100100 111100

Color Harmonies of #FF6C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C34

Black with #FF6C34

Text Example


Text Example

White with #FF6C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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