Html Css Color HEX #FD7534 Burnt Orange

📋 copy color: '#FD7534'

red 253 ◦ green 117 ◦ blue 52

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

Shades of Burnt Orange #FD7534

Tints of Burnt Orange #FD7534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

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

R = 59.95%
G = 27.73%
B = 12.32%

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

#FD7534 (or 0xFD7534) is known color: Burnt Orange. HEX triplet: FD, 75 and 34. RGB value is (253,117,52). Sum of RGB (Red+Green+Blue) = 253+117+52=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7534 is #028ACB. Grayscale: #969696. Windows color (decimal): -166604 or 3438077. OLE color: 3438077.

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

Color convert

RGB 253 117 52 -
CMYK 0 0.54 0.79 0.01
HSL 19.4º 0.98% 0.6% -
HSV(B) 19.4º 0.79% 0.99% -
XYZ 47.49 33.85 7.28 -
YUV 150.25 72.56 201.29 -
System Red Green Blue C M Y K H S L
Decimal 253 117 52 0 0.54 0.79 0.01 19.4 0.98 0.6
Hex FD 75 34 0 36 4F 1 13 62 3C
Octal 375 165 64 0 66 117 1 23 142 74
Binary 11111101 1110101 110100 0 110110 1001111 1 10011 1100010 111100

Color Harmonies of #FD7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7534

Black with #FD7534

Text Example


Text Example

White with #FD7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7534; }

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

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

background-color css

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

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

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

border-color css

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

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

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