Html Css Color HEX #FF6322 Burnt Orange

📋 copy color: '#FF6322'

red 255 ◦ green 99 ◦ blue 34

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

Shades of Burnt Orange #FF6322

Tints of Burnt Orange #FF6322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

 BLUE value IS 34 (13.67% from 255) = 8.76%

R = 65.72%
G = 25.52%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF6322 (or 0xFF6322) is known color: Burnt Orange. HEX triplet: FF, 63 and 22. RGB value is (255,99,34). Sum of RGB (Red+Green+Blue) = 255+99+34=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6322 is #009CDD. Grayscale: #8A8A8A. Windows color (decimal): -40158 or 2253823. OLE color: 2253823.

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

Color convert

RGB 255 99 34 -
CMYK 0 0.61 0.87 0
HSL 17.65º 1% 0.57% -
HSV(B) 17.65º 0.87% 1% -
XYZ 45.99 30.3 4.94 -
YUV 138.23 69.18 211.29 -
System Red Green Blue C M Y K H S L
Decimal 255 99 34 0 0.61 0.87 0 17.65 1 0.57
Hex FF 63 22 0 3D 57 0 12 64 39
Octal 377 143 42 0 75 127 0 22 144 71
Binary 11111111 1100011 100010 0 111101 1010111 0 10010 1100100 111001

Color Harmonies of #FF6322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6322

Black with #FF6322

Text Example


Text Example

White with #FF6322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6322; }

 p { color: rgb(255,99,34); }

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

background-color css

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

 a { background-color: rgb(255,99,34); }

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

border-color css

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

 span { border-color: rgb(255,99,34); }

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