Html Css Color HEX #FF6C2B Burnt Orange

📋 copy color: '#FF6C2B'

red 255 ◦ green 108 ◦ blue 43

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

Shades of Burnt Orange #FF6C2B

Tints of Burnt Orange #FF6C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.59%

R = 62.81%
G = 26.6%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF6C2B (or 0xFF6C2B) is known color: Burnt Orange. HEX triplet: FF, 6C and 2B. RGB value is (255,108,43). Sum of RGB (Red+Green+Blue) = 255+108+43=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C2B is #0093D4. Grayscale: #909090. Windows color (decimal): -37845 or 2845951. OLE color: 2845951.

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

Color convert

RGB 255 108 43 -
CMYK 0 0.58 0.83 0
HSL 18.4º 1% 0.58% -
HSV(B) 18.4º 0.83% 1% -
XYZ 47.04 32.16 6.01 -
YUV 144.54 70.7 206.79 -
System Red Green Blue C M Y K H S L
Decimal 255 108 43 0 0.58 0.83 0 18.4 1 0.58
Hex FF 6C 2B 0 3A 53 0 12 64 3A
Octal 377 154 53 0 72 123 0 22 144 72
Binary 11111111 1101100 101011 0 111010 1010011 0 10010 1100100 111010

Color Harmonies of #FF6C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C2B

Black with #FF6C2B

Text Example


Text Example

White with #FF6C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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