Html Css Color HEX #FD662D Burnt Orange

📋 copy color: '#FD662D'

red 253 ◦ green 102 ◦ blue 45

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

Shades of Burnt Orange #FD662D

Tints of Burnt Orange #FD662D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

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

R = 63.25%
G = 25.5%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD662D (or 0xFD662D) is known color: Burnt Orange. HEX triplet: FD, 66 and 2D. RGB value is (253,102,45). Sum of RGB (Red+Green+Blue) = 253+102+45=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD662D is #0299D2. Grayscale: #8D8D8D. Windows color (decimal): -170451 or 2975485. OLE color: 2975485.

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

Color convert

RGB 253 102 45 -
CMYK 0 0.60 0.82 0.01
HSL 16.44º 0.98% 0.58% -
HSV(B) 16.44º 0.82% 0.99% -
XYZ 45.73 30.57 5.97 -
YUV 140.65 74.03 208.13 -
System Red Green Blue C M Y K H S L
Decimal 253 102 45 0 0.60 0.82 0.01 16.44 0.98 0.58
Hex FD 66 2D 0 3C 52 1 10 62 3A
Octal 375 146 55 0 74 122 1 20 142 72
Binary 11111101 1100110 101101 0 111100 1010010 1 10000 1100010 111010

Color Harmonies of #FD662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD662D

Black with #FD662D

Text Example


Text Example

White with #FD662D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD662D; }

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

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

background-color css

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

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

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

border-color css

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

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

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