Html Css Color HEX #FD682F Burnt Orange

📋 copy color: '#FD682F'

red 253 ◦ green 104 ◦ blue 47

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

Shades of Burnt Orange #FD682F

Tints of Burnt Orange #FD682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.74%

 BLUE value IS 47 (18.75% from 255) = 11.63%

R = 62.62%
G = 25.74%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD682F (or 0xFD682F) is known color: Burnt Orange. HEX triplet: FD, 68 and 2F. RGB value is (253,104,47). Sum of RGB (Red+Green+Blue) = 253+104+47=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD682F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD682F is #0297D0. Grayscale: #8E8E8E. Windows color (decimal): -169937 or 3107069. OLE color: 3107069.

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

Color convert

RGB 253 104 47 -
CMYK 0 0.59 0.81 0.01
HSL 16.6º 0.98% 0.59% -
HSV(B) 16.6º 0.81% 0.99% -
XYZ 45.97 30.99 6.25 -
YUV 142.05 74.36 207.13 -
System Red Green Blue C M Y K H S L
Decimal 253 104 47 0 0.59 0.81 0.01 16.6 0.98 0.59
Hex FD 68 2F 0 3B 51 1 11 62 3B
Octal 375 150 57 0 73 121 1 21 142 73
Binary 11111101 1101000 101111 0 111011 1010001 1 10001 1100010 111011

Color Harmonies of #FD682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD682F

Black with #FD682F

Text Example


Text Example

White with #FD682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD682F; }

 p { color: rgb(253,104,47); }

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

background-color css

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

 a { background-color: rgb(253,104,47); }

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

border-color css

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

 span { border-color: rgb(253,104,47); }

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