Html Css Color HEX #FD702D Burnt Orange

📋 copy color: '#FD702D'

red 253 ◦ green 112 ◦ blue 45

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

Shades of Burnt Orange #FD702D

Tints of Burnt Orange #FD702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 61.71%
G = 27.32%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD702D (or 0xFD702D) is known color: Burnt Orange. HEX triplet: FD, 70 and 2D. RGB value is (253,112,45). Sum of RGB (Red+Green+Blue) = 253+112+45=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD702D is #028FD2. Grayscale: #929292. Windows color (decimal): -167891 or 2978045. OLE color: 2978045.

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

Color convert

RGB 253 112 45 -
CMYK 0 0.56 0.82 0.01
HSL 19.33º 0.98% 0.58% -
HSV(B) 19.33º 0.82% 0.99% -
XYZ 46.78 32.66 6.32 -
YUV 146.52 70.71 203.95 -
System Red Green Blue C M Y K H S L
Decimal 253 112 45 0 0.56 0.82 0.01 19.33 0.98 0.58
Hex FD 70 2D 0 38 52 1 13 62 3A
Octal 375 160 55 0 70 122 1 23 142 72
Binary 11111101 1110000 101101 0 111000 1010010 1 10011 1100010 111010

Color Harmonies of #FD702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD702D

Black with #FD702D

Text Example


Text Example

White with #FD702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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