Html Css Color HEX #FD822C Burnt Orange

📋 copy color: '#FD822C'

red 253 ◦ green 130 ◦ blue 44

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

Shades of Burnt Orange #FD822C

Tints of Burnt Orange #FD822C

RGB

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

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

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

R = 59.25%
G = 30.44%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD822C (or 0xFD822C) is known color: Burnt Orange. HEX triplet: FD, 82 and 2C. RGB value is (253,130,44). Sum of RGB (Red+Green+Blue) = 253+130+44=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD822C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD822C is #027DD3. Grayscale: #9D9D9D. Windows color (decimal): -163284 or 2917117. OLE color: 2917117.

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

Color convert

RGB 253 130 44 -
CMYK 0 0.49 0.83 0.01
HSL 24.69º 0.98% 0.58% -
HSV(B) 24.69º 0.83% 0.99% -
XYZ 48.95 37.03 6.95 -
YUV 156.97 64.25 196.49 -
System Red Green Blue C M Y K H S L
Decimal 253 130 44 0 0.49 0.83 0.01 24.69 0.98 0.58
Hex FD 82 2C 0 31 53 1 19 62 3A
Octal 375 202 54 0 61 123 1 31 142 72
Binary 11111101 10000010 101100 0 110001 1010011 1 11001 1100010 111010

Color Harmonies of #FD822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD822C

Black with #FD822C

Text Example


Text Example

White with #FD822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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