Html Css Color HEX #FF840A Dark Orange

📋 copy color: '#FF840A'

red 255 ◦ green 132 ◦ blue 10

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

Shades of Dark Orange #FF840A

Tints of Dark Orange #FF840A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 10 (4.3% from 255) = 2.52%

R = 64.23%
G = 33.25%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF840A (or 0xFF840A) is known color: Dark Orange. HEX triplet: FF, 84 and 0A. RGB value is (255,132,10). Sum of RGB (Red+Green+Blue) = 255+132+10=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF840A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF840A is #007BF5. Grayscale: #9B9B9B. Windows color (decimal): -31734 or 689407. OLE color: 689407.

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

Color convert

RGB 255 132 10 -
CMYK 0 0.48 0.96 0
HSL 29.88º 1% 0.52% -
HSV(B) 29.88º 0.96% 1% -
XYZ 49.55 37.78 4.97 -
YUV 154.87 46.25 199.42 -
System Red Green Blue C M Y K H S L
Decimal 255 132 10 0 0.48 0.96 0 29.88 1 0.52
Hex FF 84 A 0 30 60 0 1E 64 34
Octal 377 204 12 0 60 140 0 36 144 64
Binary 11111111 10000100 1010 0 110000 1100000 0 11110 1100100 110100

Color Harmonies of #FF840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF840A

Black with #FF840A

Text Example


Text Example

White with #FF840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF840A; }

 p { color: rgb(255,132,10); }

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

background-color css

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

 a { background-color: rgb(255,132,10); }

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

border-color css

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

 span { border-color: rgb(255,132,10); }

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