Html Css Color HEX #FD722D Burnt Orange

📋 copy color: '#FD722D'

red 253 ◦ green 114 ◦ blue 45

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

Shades of Burnt Orange #FD722D

Tints of Burnt Orange #FD722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

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

R = 61.41%
G = 27.67%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD722D (or 0xFD722D) is known color: Burnt Orange. HEX triplet: FD, 72 and 2D. RGB value is (253,114,45). Sum of RGB (Red+Green+Blue) = 253+114+45=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD722D is #028DD2. Grayscale: #949494. Windows color (decimal): -167379 or 2978557. OLE color: 2978557.

HSL color Cylindrical-coordinate representation of color #FD722D: hue angle of 19.9º 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 #FD722D is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 114 45 -
CMYK 0 0.55 0.82 0.01
HSL 19.9º 0.98% 0.58% -
HSV(B) 19.9º 0.82% 0.99% -
XYZ 47 33.11 6.4 -
YUV 147.7 70.05 203.11 -
System Red Green Blue C M Y K H S L
Decimal 253 114 45 0 0.55 0.82 0.01 19.9 0.98 0.58
Hex FD 72 2D 0 37 52 1 14 62 3A
Octal 375 162 55 0 67 122 1 24 142 72
Binary 11111101 1110010 101101 0 110111 1010010 1 10100 1100010 111010

Color Harmonies of #FD722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD722D

Black with #FD722D

Text Example


Text Example

White with #FD722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD722D; }

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

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

background-color css

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

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

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

border-color css

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

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

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