Html Css Color HEX #FD682A Burnt Orange

📋 copy color: '#FD682A'

red 253 ◦ green 104 ◦ blue 42

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

Shades of Burnt Orange #FD682A

Tints of Burnt Orange #FD682A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.53%

R = 63.41%
G = 26.07%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD682A (or 0xFD682A) is known color: Burnt Orange. HEX triplet: FD, 68 and 2A. RGB value is (253,104,42). Sum of RGB (Red+Green+Blue) = 253+104+42=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD682A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD682A is #0297D5. Grayscale: #8D8D8D. Windows color (decimal): -169942 or 2779389. OLE color: 2779389.

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

Color convert

RGB 253 104 42 -
CMYK 0 0.59 0.83 0.01
HSL 17.63º 0.98% 0.58% -
HSV(B) 17.63º 0.83% 0.99% -
XYZ 45.88 30.95 5.75 -
YUV 141.48 71.86 207.54 -
System Red Green Blue C M Y K H S L
Decimal 253 104 42 0 0.59 0.83 0.01 17.63 0.98 0.58
Hex FD 68 2A 0 3B 53 1 12 62 3A
Octal 375 150 52 0 73 123 1 22 142 72
Binary 11111101 1101000 101010 0 111011 1010011 1 10010 1100010 111010

Color Harmonies of #FD682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD682A

Black with #FD682A

Text Example


Text Example

White with #FD682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD682A; }

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

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

background-color css

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

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

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

border-color css

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

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

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