Html Css Color HEX #FF822D Burnt Orange

📋 copy color: '#FF822D'

red 255 ◦ green 130 ◦ blue 45

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

Shades of Burnt Orange #FF822D

Tints of Burnt Orange #FF822D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.23%

 BLUE value IS 45 (17.97% from 255) = 10.47%

R = 59.3%
G = 30.23%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF822D (or 0xFF822D) is known color: Burnt Orange. HEX triplet: FF, 82 and 2D. RGB value is (255,130,45). Sum of RGB (Red+Green+Blue) = 255+130+45=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF822D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF822D is #007DD2. Grayscale: #9E9E9E. Windows color (decimal): -32211 or 2982655. OLE color: 2982655.

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

Color convert

RGB 255 130 45 -
CMYK 0 0.49 0.82 0
HSL 24.29º 1% 0.59% -
HSV(B) 24.29º 0.82% 1% -
XYZ 49.7 37.41 7.09 -
YUV 157.69 64.41 197.41 -
System Red Green Blue C M Y K H S L
Decimal 255 130 45 0 0.49 0.82 0 24.29 1 0.59
Hex FF 82 2D 0 31 52 0 18 64 3B
Octal 377 202 55 0 61 122 0 30 144 73
Binary 11111111 10000010 101101 0 110001 1010010 0 11000 1100100 111011

Color Harmonies of #FF822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF822D

Black with #FF822D

Text Example


Text Example

White with #FF822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF822D; }

 p { color: rgb(255,130,45); }

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

background-color css

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

 a { background-color: rgb(255,130,45); }

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

border-color css

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

 span { border-color: rgb(255,130,45); }

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