Html Css Color HEX #FF6C2A Burnt Orange

📋 copy color: '#FF6C2A'

red 255 ◦ green 108 ◦ blue 42

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

Shades of Burnt Orange #FF6C2A

Tints of Burnt Orange #FF6C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 62.96%
G = 26.67%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF6C2A (or 0xFF6C2A) is known color: Burnt Orange. HEX triplet: FF, 6C and 2A. RGB value is (255,108,42). Sum of RGB (Red+Green+Blue) = 255+108+42=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C2A is #0093D5. Grayscale: #909090. Windows color (decimal): -37846 or 2780415. OLE color: 2780415.

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

Color convert

RGB 255 108 42 -
CMYK 0 0.58 0.84 0
HSL 18.59º 1% 0.58% -
HSV(B) 18.59º 0.84% 1% -
XYZ 47.02 32.15 5.92 -
YUV 144.43 70.2 206.87 -
System Red Green Blue C M Y K H S L
Decimal 255 108 42 0 0.58 0.84 0 18.59 1 0.58
Hex FF 6C 2A 0 3A 54 0 13 64 3A
Octal 377 154 52 0 72 124 0 23 144 72
Binary 11111111 1101100 101010 0 111010 1010100 0 10011 1100100 111010

Color Harmonies of #FF6C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C2A

Black with #FF6C2A

Text Example


Text Example

White with #FF6C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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