Html Css Color HEX #FD7143 Burnt Orange

📋 copy color: '#FD7143'

red 253 ◦ green 113 ◦ blue 67

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

Shades of Burnt Orange #FD7143

Tints of Burnt Orange #FD7143

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.1%

 BLUE value IS 67 (26.56% from 255) = 15.47%

R = 58.43%
G = 26.1%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD7143 (or 0xFD7143) is known color: Burnt Orange. HEX triplet: FD, 71 and 43. RGB value is (253,113,67). Sum of RGB (Red+Green+Blue) = 253+113+67=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7143 is #028EBC. Grayscale: #959595. Windows color (decimal): -167613 or 4420093. OLE color: 4420093.

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

Color convert

RGB 253 113 67 -
CMYK 0 0.55 0.74 0.01
HSL 14.84º 0.98% 0.63% -
HSV(B) 14.84º 0.74% 0.99% -
XYZ 47.43 33.1 9.2 -
YUV 149.62 81.38 201.74 -
System Red Green Blue C M Y K H S L
Decimal 253 113 67 0 0.55 0.74 0.01 14.84 0.98 0.63
Hex FD 71 43 0 37 4A 1 F 62 3F
Octal 375 161 103 0 67 112 1 17 142 77
Binary 11111101 1110001 1000011 0 110111 1001010 1 1111 1100010 111111

Color Harmonies of #FD7143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7143

Black with #FD7143

Text Example


Text Example

White with #FD7143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7143; }

 p { color: rgb(253,113,67); }

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

background-color css

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

 a { background-color: rgb(253,113,67); }

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

border-color css

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

 span { border-color: rgb(253,113,67); }

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