Html Css Color HEX #FD742D Burnt Orange

📋 copy color: '#FD742D'

red 253 ◦ green 116 ◦ blue 45

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

Shades of Burnt Orange #FD742D

Tints of Burnt Orange #FD742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

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

R = 61.11%
G = 28.02%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD742D (or 0xFD742D) is known color: Burnt Orange. HEX triplet: FD, 74 and 2D. RGB value is (253,116,45). Sum of RGB (Red+Green+Blue) = 253+116+45=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD742D is #028BD2. Grayscale: #959595. Windows color (decimal): -166867 or 2979069. OLE color: 2979069.

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

Color convert

RGB 253 116 45 -
CMYK 0 0.54 0.82 0.01
HSL 20.48º 0.98% 0.58% -
HSV(B) 20.48º 0.82% 0.99% -
XYZ 47.23 33.56 6.47 -
YUV 148.87 69.39 202.27 -
System Red Green Blue C M Y K H S L
Decimal 253 116 45 0 0.54 0.82 0.01 20.48 0.98 0.58
Hex FD 74 2D 0 36 52 1 14 62 3A
Octal 375 164 55 0 66 122 1 24 142 72
Binary 11111101 1110100 101101 0 110110 1010010 1 10100 1100010 111010

Color Harmonies of #FD742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD742D

Black with #FD742D

Text Example


Text Example

White with #FD742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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