Html Css Color HEX #FD7434 Burnt Orange

📋 copy color: '#FD7434'

red 253 ◦ green 116 ◦ blue 52

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

Shades of Burnt Orange #FD7434

Tints of Burnt Orange #FD7434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.35%

R = 60.1%
G = 27.55%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD7434 (or 0xFD7434) is known color: Burnt Orange. HEX triplet: FD, 74 and 34. RGB value is (253,116,52). Sum of RGB (Red+Green+Blue) = 253+116+52=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7434 is #028BCB. Grayscale: #969696. Windows color (decimal): -166860 or 3437821. OLE color: 3437821.

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

Color convert

RGB 253 116 52 -
CMYK 0 0.54 0.79 0.01
HSL 19.1º 0.98% 0.6% -
HSV(B) 19.1º 0.79% 0.99% -
XYZ 47.37 33.62 7.24 -
YUV 149.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 253 116 52 0 0.54 0.79 0.01 19.1 0.98 0.6
Hex FD 74 34 0 36 4F 1 13 62 3C
Octal 375 164 64 0 66 117 1 23 142 74
Binary 11111101 1110100 110100 0 110110 1001111 1 10011 1100010 111100

Color Harmonies of #FD7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7434

Black with #FD7434

Text Example


Text Example

White with #FD7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7434; }

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

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

background-color css

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

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

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

border-color css

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

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

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