Html Css Color HEX #FF822C Burnt Orange

📋 copy color: '#FF822C'

red 255 ◦ green 130 ◦ blue 44

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

Shades of Burnt Orange #FF822C

Tints of Burnt Orange #FF822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.26%

R = 59.44%
G = 30.3%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF822C (or 0xFF822C) is known color: Burnt Orange. HEX triplet: FF, 82 and 2C. RGB value is (255,130,44). Sum of RGB (Red+Green+Blue) = 255+130+44=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF822C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF822C is #007DD3. Grayscale: #9E9E9E. Windows color (decimal): -32212 or 2917119. OLE color: 2917119.

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

Color convert

RGB 255 130 44 -
CMYK 0 0.49 0.83 0
HSL 24.45º 1% 0.59% -
HSV(B) 24.45º 0.83% 1% -
XYZ 49.68 37.41 6.98 -
YUV 157.57 63.91 197.49 -
System Red Green Blue C M Y K H S L
Decimal 255 130 44 0 0.49 0.83 0 24.45 1 0.59
Hex FF 82 2C 0 31 53 0 18 64 3B
Octal 377 202 54 0 61 123 0 30 144 73
Binary 11111111 10000010 101100 0 110001 1010011 0 11000 1100100 111011

Color Harmonies of #FF822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF822C

Black with #FF822C

Text Example


Text Example

White with #FF822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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