Html Css Color HEX #FD703F Burnt Orange

📋 copy color: '#FD703F'

red 253 ◦ green 112 ◦ blue 63

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

Shades of Burnt Orange #FD703F

Tints of Burnt Orange #FD703F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.72%

R = 59.11%
G = 26.17%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD703F (or 0xFD703F) is known color: Burnt Orange. HEX triplet: FD, 70 and 3F. RGB value is (253,112,63). Sum of RGB (Red+Green+Blue) = 253+112+63=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD703F is #028FC0. Grayscale: #949494. Windows color (decimal): -167873 or 4157693. OLE color: 4157693.

HSL color Cylindrical-coordinate representation of color #FD703F: hue angle of 15.47º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD703F is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 112 63 -
CMYK 0 0.56 0.75 0.01
HSL 15.47º 0.98% 0.62% -
HSV(B) 15.47º 0.75% 0.99% -
XYZ 47.2 32.83 8.55 -
YUV 148.57 79.71 202.48 -
System Red Green Blue C M Y K H S L
Decimal 253 112 63 0 0.56 0.75 0.01 15.47 0.98 0.62
Hex FD 70 3F 0 38 4B 1 F 62 3E
Octal 375 160 77 0 70 113 1 17 142 76
Binary 11111101 1110000 111111 0 111000 1001011 1 1111 1100010 111110

Color Harmonies of #FD703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD703F

Black with #FD703F

Text Example


Text Example

White with #FD703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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