Html Css Color HEX #FD812D Burnt Orange

📋 copy color: '#FD812D'

red 253 ◦ green 129 ◦ blue 45

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

Shades of Burnt Orange #FD812D

Tints of Burnt Orange #FD812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

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

R = 59.25%
G = 30.21%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD812D (or 0xFD812D) is known color: Burnt Orange. HEX triplet: FD, 81 and 2D. RGB value is (253,129,45). Sum of RGB (Red+Green+Blue) = 253+129+45=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD812D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD812D is #027ED2. Grayscale: #9C9C9C. Windows color (decimal): -163539 or 2982397. OLE color: 2982397.

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

Color convert

RGB 253 129 45 -
CMYK 0 0.49 0.82 0.01
HSL 24.23º 0.98% 0.58% -
HSV(B) 24.23º 0.82% 0.99% -
XYZ 48.83 36.77 7.01 -
YUV 156.5 65.08 196.83 -
System Red Green Blue C M Y K H S L
Decimal 253 129 45 0 0.49 0.82 0.01 24.23 0.98 0.58
Hex FD 81 2D 0 31 52 1 18 62 3A
Octal 375 201 55 0 61 122 1 30 142 72
Binary 11111101 10000001 101101 0 110001 1010010 1 11000 1100010 111010

Color Harmonies of #FD812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD812D

Black with #FD812D

Text Example


Text Example

White with #FD812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD812D; }

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

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

background-color css

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

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

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

border-color css

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

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

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