Html Css Color HEX #FF6B3E Burnt Orange

📋 copy color: '#FF6B3E'

red 255 ◦ green 107 ◦ blue 62

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

Shades of Burnt Orange #FF6B3E

Tints of Burnt Orange #FF6B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.24%

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

R = 60.14%
G = 25.24%
B = 14.62%

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

#FF6B3E (or 0xFF6B3E) is known color: Burnt Orange. HEX triplet: FF, 6B and 3E. RGB value is (255,107,62). Sum of RGB (Red+Green+Blue) = 255+107+62=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B3E is #0094C1. Grayscale: #929292. Windows color (decimal): -38082 or 4090879. OLE color: 4090879.

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

Color convert

RGB 255 107 62 -
CMYK 0 0.58 0.76 0
HSL 13.99º 1% 0.62% -
HSV(B) 13.99º 0.76% 1% -
XYZ 47.37 32.12 8.26 -
YUV 146.12 80.53 205.66 -
System Red Green Blue C M Y K H S L
Decimal 255 107 62 0 0.58 0.76 0 13.99 1 0.62
Hex FF 6B 3E 0 3A 4C 0 E 64 3E
Octal 377 153 76 0 72 114 0 16 144 76
Binary 11111111 1101011 111110 0 111010 1001100 0 1110 1100100 111110

Color Harmonies of #FF6B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B3E

Black with #FF6B3E

Text Example


Text Example

White with #FF6B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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