Html Css Color HEX #FD822D Burnt Orange

📋 copy color: '#FD822D'

red 253 ◦ green 130 ◦ blue 45

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

Shades of Burnt Orange #FD822D

Tints of Burnt Orange #FD822D

RGB

 RED value IS 253 (99.22% from 255) = 59.11%

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

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

R = 59.11%
G = 30.37%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD822D (or 0xFD822D) is known color: Burnt Orange. HEX triplet: FD, 82 and 2D. RGB value is (253,130,45). Sum of RGB (Red+Green+Blue) = 253+130+45=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD822D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD822D is #027DD2. Grayscale: #9D9D9D. Windows color (decimal): -163283 or 2982653. OLE color: 2982653.

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

Color convert

RGB 253 130 45 -
CMYK 0 0.49 0.82 0.01
HSL 24.52º 0.98% 0.58% -
HSV(B) 24.52º 0.82% 0.99% -
XYZ 48.96 37.04 7.05 -
YUV 157.09 64.75 196.41 -
System Red Green Blue C M Y K H S L
Decimal 253 130 45 0 0.49 0.82 0.01 24.52 0.98 0.58
Hex FD 82 2D 0 31 52 1 19 62 3A
Octal 375 202 55 0 61 122 1 31 142 72
Binary 11111101 10000010 101101 0 110001 1010010 1 11001 1100010 111010

Color Harmonies of #FD822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD822D

Black with #FD822D

Text Example


Text Example

White with #FD822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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