Html Css Color HEX #FD672D Burnt Orange

📋 copy color: '#FD672D'

red 253 ◦ green 103 ◦ blue 45

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

Shades of Burnt Orange #FD672D

Tints of Burnt Orange #FD672D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

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

R = 63.09%
G = 25.69%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD672D (or 0xFD672D) is known color: Burnt Orange. HEX triplet: FD, 67 and 2D. RGB value is (253,103,45). Sum of RGB (Red+Green+Blue) = 253+103+45=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD672D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD672D is #0298D2. Grayscale: #8D8D8D. Windows color (decimal): -170195 or 2975741. OLE color: 2975741.

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

Color convert

RGB 253 103 45 -
CMYK 0 0.59 0.82 0.01
HSL 16.73º 0.98% 0.58% -
HSV(B) 16.73º 0.82% 0.99% -
XYZ 45.83 30.77 6.01 -
YUV 141.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 253 103 45 0 0.59 0.82 0.01 16.73 0.98 0.58
Hex FD 67 2D 0 3B 52 1 11 62 3A
Octal 375 147 55 0 73 122 1 21 142 72
Binary 11111101 1100111 101101 0 111011 1010010 1 10001 1100010 111010

Color Harmonies of #FD672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD672D

Black with #FD672D

Text Example


Text Example

White with #FD672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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