Html Css Color HEX #FF850A Dark Orange

📋 copy color: '#FF850A'

red 255 ◦ green 133 ◦ blue 10

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

Shades of Dark Orange #FF850A

Tints of Dark Orange #FF850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 64.07%
G = 33.42%
B = 2.51%

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

#FF850A (or 0xFF850A) is known color: Dark Orange. HEX triplet: FF, 85 and 0A. RGB value is (255,133,10). Sum of RGB (Red+Green+Blue) = 255+133+10=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF850A is #007AF5. Grayscale: #9C9C9C. Windows color (decimal): -31478 or 689663. OLE color: 689663.

HSL color Cylindrical-coordinate representation of color #FF850A: hue angle of 30.12º 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 #FF850A is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 133 10 -
CMYK 0 0.48 0.96 0
HSL 30.12º 1% 0.52% -
HSV(B) 30.12º 0.96% 1% -
XYZ 49.68 38.06 5.01 -
YUV 155.46 45.92 199 -
System Red Green Blue C M Y K H S L
Decimal 255 133 10 0 0.48 0.96 0 30.12 1 0.52
Hex FF 85 A 0 30 60 0 1E 64 34
Octal 377 205 12 0 60 140 0 36 144 64
Binary 11111111 10000101 1010 0 110000 1100000 0 11110 1100100 110100

Color Harmonies of #FF850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF850A

Black with #FF850A

Text Example


Text Example

White with #FF850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF850A; }

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

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

background-color css

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

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

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

border-color css

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

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

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