Html Css Color HEX #FD722E Burnt Orange

📋 copy color: '#FD722E'

red 253 ◦ green 114 ◦ blue 46

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

Shades of Burnt Orange #FD722E

Tints of Burnt Orange #FD722E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 61.26%
G = 27.6%
B = 11.14%

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

#FD722E (or 0xFD722E) is known color: Burnt Orange. HEX triplet: FD, 72 and 2E. RGB value is (253,114,46). Sum of RGB (Red+Green+Blue) = 253+114+46=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD722E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD722E is #028DD1. Grayscale: #949494. Windows color (decimal): -167378 or 3044093. OLE color: 3044093.

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

Color convert

RGB 253 114 46 -
CMYK 0 0.55 0.82 0.01
HSL 19.71º 0.98% 0.59% -
HSV(B) 19.71º 0.82% 0.99% -
XYZ 47.02 33.11 6.5 -
YUV 147.81 70.55 203.03 -
System Red Green Blue C M Y K H S L
Decimal 253 114 46 0 0.55 0.82 0.01 19.71 0.98 0.59
Hex FD 72 2E 0 37 52 1 14 62 3B
Octal 375 162 56 0 67 122 1 24 142 73
Binary 11111101 1110010 101110 0 110111 1010010 1 10100 1100010 111011

Color Harmonies of #FD722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD722E

Black with #FD722E

Text Example


Text Example

White with #FD722E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD722E; }

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

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

background-color css

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

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

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

border-color css

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

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

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