Html Css Color HEX #FD830D Dark Orange

📋 copy color: '#FD830D'

red 253 ◦ green 131 ◦ blue 13

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

Shades of Dark Orange #FD830D

Tints of Dark Orange #FD830D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 63.73%
G = 33%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD830D (or 0xFD830D) is known color: Dark Orange. HEX triplet: FD, 83 and 0D. RGB value is (253,131,13). Sum of RGB (Red+Green+Blue) = 253+131+13=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD830D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD830D is #027CF2. Grayscale: #9A9A9A. Windows color (decimal): -163059 or 885757. OLE color: 885757.

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

Color convert

RGB 253 131 13 -
CMYK 0 0.48 0.95 0.01
HSL 29.5º 0.98% 0.52% -
HSV(B) 29.5º 0.95% 0.99% -
XYZ 48.7 37.14 4.98 -
YUV 154.03 48.42 198.59 -
System Red Green Blue C M Y K H S L
Decimal 253 131 13 0 0.48 0.95 0.01 29.5 0.98 0.52
Hex FD 83 D 0 30 5F 1 1E 62 34
Octal 375 203 15 0 60 137 1 36 142 64
Binary 11111101 10000011 1101 0 110000 1011111 1 11110 1100010 110100

Color Harmonies of #FD830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD830D

Black with #FD830D

Text Example


Text Example

White with #FD830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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