Html Css Color HEX #FF6C3E Burnt Orange

📋 copy color: '#FF6C3E'

red 255 ◦ green 108 ◦ blue 62

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

Shades of Burnt Orange #FF6C3E

Tints of Burnt Orange #FF6C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.59%

R = 60%
G = 25.41%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF6C3E (or 0xFF6C3E) is known color: Burnt Orange. HEX triplet: FF, 6C and 3E. RGB value is (255,108,62). Sum of RGB (Red+Green+Blue) = 255+108+62=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C3E is #0093C1. Grayscale: #939393. Windows color (decimal): -37826 or 4091135. OLE color: 4091135.

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

Color convert

RGB 255 108 62 -
CMYK 0 0.58 0.76 0
HSL 14.3º 1% 0.62% -
HSV(B) 14.3º 0.76% 1% -
XYZ 47.47 32.33 8.3 -
YUV 146.71 80.2 205.24 -
System Red Green Blue C M Y K H S L
Decimal 255 108 62 0 0.58 0.76 0 14.3 1 0.62
Hex FF 6C 3E 0 3A 4C 0 E 64 3E
Octal 377 154 76 0 72 114 0 16 144 76
Binary 11111111 1101100 111110 0 111010 1001100 0 1110 1100100 111110

Color Harmonies of #FF6C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C3E

Black with #FF6C3E

Text Example


Text Example

White with #FF6C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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