Html Css Color HEX #FD773D Burnt Orange

📋 copy color: '#FD773D'

red 253 ◦ green 119 ◦ blue 61

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

Shades of Burnt Orange #FD773D

Tints of Burnt Orange #FD773D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.48%

 BLUE value IS 61 (24.22% from 255) = 14.09%

R = 58.43%
G = 27.48%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD773D (or 0xFD773D) is known color: Burnt Orange. HEX triplet: FD, 77 and 3D. RGB value is (253,119,61). Sum of RGB (Red+Green+Blue) = 253+119+61=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD773D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD773D is #0288C2. Grayscale: #989898. Windows color (decimal): -166083 or 4028413. OLE color: 4028413.

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

Color convert

RGB 253 119 61 -
CMYK 0 0.53 0.76 0.01
HSL 18.13º 0.98% 0.62% -
HSV(B) 18.13º 0.76% 0.99% -
XYZ 47.95 34.41 8.53 -
YUV 152.45 76.39 199.72 -
System Red Green Blue C M Y K H S L
Decimal 253 119 61 0 0.53 0.76 0.01 18.13 0.98 0.62
Hex FD 77 3D 0 35 4C 1 12 62 3E
Octal 375 167 75 0 65 114 1 22 142 76
Binary 11111101 1110111 111101 0 110101 1001100 1 10010 1100010 111110

Color Harmonies of #FD773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD773D

Black with #FD773D

Text Example


Text Example

White with #FD773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD773D; }

 p { color: rgb(253,119,61); }

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

background-color css

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

 a { background-color: rgb(253,119,61); }

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

border-color css

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

 span { border-color: rgb(253,119,61); }

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