Html Css Color HEX #FC830D Dark Orange

📋 copy color: '#FC830D'

red 252 ◦ green 131 ◦ blue 13

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

Shades of Dark Orange #FC830D

Tints of Dark Orange #FC830D

RGB

 RED value IS 252 (98.83% from 255) = 63.64%

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

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

R = 63.64%
G = 33.08%
B = 3.28%

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

#FC830D (or 0xFC830D) is known color: Dark Orange. HEX triplet: FC, 83 and 0D. RGB value is (252,131,13). Sum of RGB (Red+Green+Blue) = 252+131+13=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC830D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC830D is #037CF2. Grayscale: #9A9A9A. Windows color (decimal): -228595 or 885756. OLE color: 885756.

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

Color convert

RGB 252 131 13 -
CMYK 0 0.48 0.95 0.01
HSL 29.62º 0.98% 0.52% -
HSV(B) 29.62º 0.95% 0.99% -
XYZ 48.33 36.96 4.97 -
YUV 153.73 48.59 198.09 -
System Red Green Blue C M Y K H S L
Decimal 252 131 13 0 0.48 0.95 0.01 29.62 0.98 0.52
Hex FC 83 D 0 30 5F 1 1E 62 34
Octal 374 203 15 0 60 137 1 36 142 64
Binary 11111100 10000011 1101 0 110000 1011111 1 11110 1100010 110100

Color Harmonies of #FC830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC830D

Black with #FC830D

Text Example


Text Example

White with #FC830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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