Html Css Color HEX #FD7229 Burnt Orange

📋 copy color: '#FD7229'

red 253 ◦ green 114 ◦ blue 41

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

Shades of Burnt Orange #FD7229

Tints of Burnt Orange #FD7229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 62.01%
G = 27.94%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD7229 (or 0xFD7229) is known color: Burnt Orange. HEX triplet: FD, 72 and 29. RGB value is (253,114,41). Sum of RGB (Red+Green+Blue) = 253+114+41=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7229 is #028DD6. Grayscale: #939393. Windows color (decimal): -167383 or 2716413. OLE color: 2716413.

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

Color convert

RGB 253 114 41 -
CMYK 0 0.55 0.84 0.01
HSL 20.66º 0.98% 0.58% -
HSV(B) 20.66º 0.84% 0.99% -
XYZ 46.93 33.08 6.01 -
YUV 147.24 68.05 203.44 -
System Red Green Blue C M Y K H S L
Decimal 253 114 41 0 0.55 0.84 0.01 20.66 0.98 0.58
Hex FD 72 29 0 37 54 1 15 62 3A
Octal 375 162 51 0 67 124 1 25 142 72
Binary 11111101 1110010 101001 0 110111 1010100 1 10101 1100010 111010

Color Harmonies of #FD7229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7229

Black with #FD7229

Text Example


Text Example

White with #FD7229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7229; }

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

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

background-color css

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

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

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

border-color css

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

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

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