Html Css Color HEX #FE830D Dark Orange

📋 copy color: '#FE830D'

red 254 ◦ green 131 ◦ blue 13

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

Shades of Dark Orange #FE830D

Tints of Dark Orange #FE830D

RGB

 RED value IS 254 (99.61% from 255) = 63.82%

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

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

R = 63.82%
G = 32.91%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE830D (or 0xFE830D) is known color: Dark Orange. HEX triplet: FE, 83 and 0D. RGB value is (254,131,13). Sum of RGB (Red+Green+Blue) = 254+131+13=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE830D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE830D is #017CF2. Grayscale: #9A9A9A. Windows color (decimal): -97523 or 885758. OLE color: 885758.

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

Color convert

RGB 254 131 13 -
CMYK 0 0.48 0.95 0.00
HSL 29.38º 0.99% 0.52% -
HSV(B) 29.38º 0.95% 1% -
XYZ 49.06 37.33 5 -
YUV 154.33 48.25 199.09 -
System Red Green Blue C M Y K H S L
Decimal 254 131 13 0 0.48 0.95 0.00 29.38 0.99 0.52
Hex FE 83 D 0 30 5F 0 1D 63 34
Octal 376 203 15 0 60 137 0 35 143 64
Binary 11111110 10000011 1101 0 110000 1011111 0 11101 1100011 110100

Color Harmonies of #FE830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE830D

Black with #FE830D

Text Example


Text Example

White with #FE830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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