Html Css Color HEX #FD803C Burnt Orange

📋 copy color: '#FD803C'

red 253 ◦ green 128 ◦ blue 60

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

Shades of Burnt Orange #FD803C

Tints of Burnt Orange #FD803C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 57.37%
G = 29.02%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD803C (or 0xFD803C) is known color: Burnt Orange. HEX triplet: FD, 80 and 3C. RGB value is (253,128,60). Sum of RGB (Red+Green+Blue) = 253+128+60=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD803C is #027FC3. Grayscale: #9E9E9E. Windows color (decimal): -163780 or 3965181. OLE color: 3965181.

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

Color convert

RGB 253 128 60 -
CMYK 0 0.49 0.76 0.01
HSL 21.14º 0.98% 0.61% -
HSV(B) 21.14º 0.76% 0.99% -
XYZ 49.04 36.65 8.76 -
YUV 157.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 253 128 60 0 0.49 0.76 0.01 21.14 0.98 0.61
Hex FD 80 3C 0 31 4C 1 15 62 3D
Octal 375 200 74 0 61 114 1 25 142 75
Binary 11111101 10000000 111100 0 110001 1001100 1 10101 1100010 111101

Color Harmonies of #FD803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD803C

Black with #FD803C

Text Example


Text Example

White with #FD803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD803C; }

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

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

background-color css

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

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

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

border-color css

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

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

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