Html Css Color HEX #FD7341 Burnt Orange

📋 copy color: '#FD7341'

red 253 ◦ green 115 ◦ blue 65

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

Shades of Burnt Orange #FD7341

Tints of Burnt Orange #FD7341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.56%

 BLUE value IS 65 (25.78% from 255) = 15.01%

R = 58.43%
G = 26.56%
B = 15.01%

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

#FD7341 (or 0xFD7341) is known color: Burnt Orange. HEX triplet: FD, 73 and 41. RGB value is (253,115,65). Sum of RGB (Red+Green+Blue) = 253+115+65=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7341 is #028CBE. Grayscale: #969696. Windows color (decimal): -167103 or 4289533. OLE color: 4289533.

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

Color convert

RGB 253 115 65 -
CMYK 0 0.55 0.74 0.01
HSL 15.96º 0.98% 0.62% -
HSV(B) 15.96º 0.74% 0.99% -
XYZ 47.59 33.53 8.96 -
YUV 150.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 253 115 65 0 0.55 0.74 0.01 15.96 0.98 0.62
Hex FD 73 41 0 37 4A 1 10 62 3E
Octal 375 163 101 0 67 112 1 20 142 76
Binary 11111101 1110011 1000001 0 110111 1001010 1 10000 1100010 111110

Color Harmonies of #FD7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7341

Black with #FD7341

Text Example


Text Example

White with #FD7341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7341; }

 p { color: rgb(253,115,65); }

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

background-color css

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

 a { background-color: rgb(253,115,65); }

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

border-color css

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

 span { border-color: rgb(253,115,65); }

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