Html Css Color HEX #FF682A Burnt Orange

📋 copy color: '#FF682A'

red 255 ◦ green 104 ◦ blue 42

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

Shades of Burnt Orange #FF682A

Tints of Burnt Orange #FF682A

RGB

 RED value IS 255 (100% from 255) = 63.59%

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

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

R = 63.59%
G = 25.94%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF682A (or 0xFF682A) is known color: Burnt Orange. HEX triplet: FF, 68 and 2A. RGB value is (255,104,42). Sum of RGB (Red+Green+Blue) = 255+104+42=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF682A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF682A is #0097D5. Grayscale: #8E8E8E. Windows color (decimal): -38870 or 2779391. OLE color: 2779391.

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

Color convert

RGB 255 104 42 -
CMYK 0 0.59 0.84 0
HSL 17.46º 1% 0.58% -
HSV(B) 17.46º 0.84% 1% -
XYZ 46.61 31.33 5.78 -
YUV 142.08 71.53 208.54 -
System Red Green Blue C M Y K H S L
Decimal 255 104 42 0 0.59 0.84 0 17.46 1 0.58
Hex FF 68 2A 0 3B 54 0 11 64 3A
Octal 377 150 52 0 73 124 0 21 144 72
Binary 11111111 1101000 101010 0 111011 1010100 0 10001 1100100 111010

Color Harmonies of #FF682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF682A

Black with #FF682A

Text Example


Text Example

White with #FF682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF682A; }

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

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

background-color css

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

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

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

border-color css

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

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

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