Html Css Color HEX #FD742F Burnt Orange

📋 copy color: '#FD742F'

red 253 ◦ green 116 ◦ blue 47

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

Shades of Burnt Orange #FD742F

Tints of Burnt Orange #FD742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.3%

R = 60.82%
G = 27.88%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD742F (or 0xFD742F) is known color: Burnt Orange. HEX triplet: FD, 74 and 2F. RGB value is (253,116,47). Sum of RGB (Red+Green+Blue) = 253+116+47=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD742F is #028BD0. Grayscale: #959595. Windows color (decimal): -166865 or 3110141. OLE color: 3110141.

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

Color convert

RGB 253 116 47 -
CMYK 0 0.54 0.81 0.01
HSL 20.1º 0.98% 0.59% -
HSV(B) 20.1º 0.81% 0.99% -
XYZ 47.27 33.58 6.68 -
YUV 149.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 253 116 47 0 0.54 0.81 0.01 20.1 0.98 0.59
Hex FD 74 2F 0 36 51 1 14 62 3B
Octal 375 164 57 0 66 121 1 24 142 73
Binary 11111101 1110100 101111 0 110110 1010001 1 10100 1100010 111011

Color Harmonies of #FD742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD742F

Black with #FD742F

Text Example


Text Example

White with #FD742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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