Html Css Color HEX #FF6C3F Burnt Orange

📋 copy color: '#FF6C3F'

red 255 ◦ green 108 ◦ blue 63

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

Shades of Burnt Orange #FF6C3F

Tints of Burnt Orange #FF6C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.79%

R = 59.86%
G = 25.35%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF6C3F (or 0xFF6C3F) is known color: Burnt Orange. HEX triplet: FF, 6C and 3F. RGB value is (255,108,63). Sum of RGB (Red+Green+Blue) = 255+108+63=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C3F is #0093C0. Grayscale: #939393. Windows color (decimal): -37825 or 4156671. OLE color: 4156671.

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

Color convert

RGB 255 108 63 -
CMYK 0 0.58 0.75 0
HSL 14.06º 1% 0.62% -
HSV(B) 14.06º 0.75% 1% -
XYZ 47.5 32.34 8.44 -
YUV 146.82 80.7 205.16 -
System Red Green Blue C M Y K H S L
Decimal 255 108 63 0 0.58 0.75 0 14.06 1 0.62
Hex FF 6C 3F 0 3A 4B 0 E 64 3E
Octal 377 154 77 0 72 113 0 16 144 76
Binary 11111111 1101100 111111 0 111010 1001011 0 1110 1100100 111110

Color Harmonies of #FF6C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C3F

Black with #FF6C3F

Text Example


Text Example

White with #FF6C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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