Html Css Color HEX #FF830A Dark Orange

📋 copy color: '#FF830A'

red 255 ◦ green 131 ◦ blue 10

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

Shades of Dark Orange #FF830A

Tints of Dark Orange #FF830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.08%

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

R = 64.39%
G = 33.08%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF830A (or 0xFF830A) is known color: Dark Orange. HEX triplet: FF, 83 and 0A. RGB value is (255,131,10). Sum of RGB (Red+Green+Blue) = 255+131+10=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF830A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF830A is #007CF5. Grayscale: #9A9A9A. Windows color (decimal): -31990 or 689151. OLE color: 689151.

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

Color convert

RGB 255 131 10 -
CMYK 0 0.49 0.96 0
HSL 29.63º 1% 0.52% -
HSV(B) 29.63º 0.96% 1% -
XYZ 49.41 37.51 4.92 -
YUV 154.28 46.58 199.84 -
System Red Green Blue C M Y K H S L
Decimal 255 131 10 0 0.49 0.96 0 29.63 1 0.52
Hex FF 83 A 0 31 60 0 1E 64 34
Octal 377 203 12 0 61 140 0 36 144 64
Binary 11111111 10000011 1010 0 110001 1100000 0 11110 1100100 110100

Color Harmonies of #FF830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF830A

Black with #FF830A

Text Example


Text Example

White with #FF830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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