Html Css Color HEX #FD830E Dark Orange

📋 copy color: '#FD830E'

red 253 ◦ green 131 ◦ blue 14

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

Shades of Dark Orange #FD830E

Tints of Dark Orange #FD830E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.52%

R = 63.57%
G = 32.91%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD830E (or 0xFD830E) is known color: Dark Orange. HEX triplet: FD, 83 and 0E. RGB value is (253,131,14). Sum of RGB (Red+Green+Blue) = 253+131+14=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD830E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD830E is #027CF1. Grayscale: #9A9A9A. Windows color (decimal): -163058 or 951293. OLE color: 951293.

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

Color convert

RGB 253 131 14 -
CMYK 0 0.48 0.94 0.01
HSL 29.37º 0.98% 0.52% -
HSV(B) 29.37º 0.94% 0.99% -
XYZ 48.7 37.15 5.02 -
YUV 154.14 48.92 198.51 -
System Red Green Blue C M Y K H S L
Decimal 253 131 14 0 0.48 0.94 0.01 29.37 0.98 0.52
Hex FD 83 E 0 30 5E 1 1D 62 34
Octal 375 203 16 0 60 136 1 35 142 64
Binary 11111101 10000011 1110 0 110000 1011110 1 11101 1100010 110100

Color Harmonies of #FD830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD830E

Black with #FD830E

Text Example


Text Example

White with #FD830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD830E; }

 p { color: rgb(253,131,14); }

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

background-color css

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

 a { background-color: rgb(253,131,14); }

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

border-color css

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

 span { border-color: rgb(253,131,14); }

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