Html Css Color HEX #FD6D30 Burnt Orange

📋 copy color: '#FD6D30'

red 253 ◦ green 109 ◦ blue 48

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

Shades of Burnt Orange #FD6D30

Tints of Burnt Orange #FD6D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

 BLUE value IS 48 (19.14% from 255) = 11.71%

R = 61.71%
G = 26.59%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD6D30 (or 0xFD6D30) is known color: Burnt Orange. HEX triplet: FD, 6D and 30. RGB value is (253,109,48). Sum of RGB (Red+Green+Blue) = 253+109+48=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6D30 is #0292CF. Grayscale: #919191. Windows color (decimal): -168656 or 3173885. OLE color: 3173885.

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

Color convert

RGB 253 109 48 -
CMYK 0 0.57 0.81 0.01
HSL 17.85º 0.98% 0.59% -
HSV(B) 17.85º 0.81% 0.99% -
XYZ 46.51 32.03 6.53 -
YUV 145.1 73.21 204.96 -
System Red Green Blue C M Y K H S L
Decimal 253 109 48 0 0.57 0.81 0.01 17.85 0.98 0.59
Hex FD 6D 30 0 39 51 1 12 62 3B
Octal 375 155 60 0 71 121 1 22 142 73
Binary 11111101 1101101 110000 0 111001 1010001 1 10010 1100010 111011

Color Harmonies of #FD6D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6D30

Black with #FD6D30

Text Example


Text Example

White with #FD6D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6D30; }

 p { color: rgb(253,109,48); }

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

background-color css

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

 a { background-color: rgb(253,109,48); }

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

border-color css

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

 span { border-color: rgb(253,109,48); }

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