Html Css Color HEX #FD8031 Burnt Orange

📋 copy color: '#FD8031'

red 253 ◦ green 128 ◦ blue 49

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

Shades of Burnt Orange #FD8031

Tints of Burnt Orange #FD8031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.77%

 BLUE value IS 49 (19.53% from 255) = 11.4%

R = 58.84%
G = 29.77%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD8031 (or 0xFD8031) is known color: Burnt Orange. HEX triplet: FD, 80 and 31. RGB value is (253,128,49). Sum of RGB (Red+Green+Blue) = 253+128+49=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8031 is #027FCE. Grayscale: #9C9C9C. Windows color (decimal): -163791 or 3244285. OLE color: 3244285.

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

Color convert

RGB 253 128 49 -
CMYK 0 0.49 0.81 0.01
HSL 23.24º 0.98% 0.59% -
HSV(B) 23.24º 0.81% 0.99% -
XYZ 48.78 36.54 7.39 -
YUV 156.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 253 128 49 0 0.49 0.81 0.01 23.24 0.98 0.59
Hex FD 80 31 0 31 51 1 17 62 3B
Octal 375 200 61 0 61 121 1 27 142 73
Binary 11111101 10000000 110001 0 110001 1010001 1 10111 1100010 111011

Color Harmonies of #FD8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8031

Black with #FD8031

Text Example


Text Example

White with #FD8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8031; }

 p { color: rgb(253,128,49); }

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

background-color css

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

 a { background-color: rgb(253,128,49); }

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

border-color css

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

 span { border-color: rgb(253,128,49); }

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