Html Css Color HEX #FC830A Dark Orange

📋 copy color: '#FC830A'

red 252 ◦ green 131 ◦ blue 10

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

Shades of Dark Orange #FC830A

Tints of Dark Orange #FC830A

RGB

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

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

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

R = 64.12%
G = 33.33%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC830A (or 0xFC830A) is known color: Dark Orange. HEX triplet: FC, 83 and 0A. RGB value is (252,131,10). Sum of RGB (Red+Green+Blue) = 252+131+10=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC830A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC830A is #037CF5. Grayscale: #999999. Windows color (decimal): -228598 or 689148. OLE color: 689148.

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

Color convert

RGB 252 131 10 -
CMYK 0 0.48 0.96 0.01
HSL 30º 0.98% 0.51% -
HSV(B) 30º 0.96% 0.99% -
XYZ 48.32 36.95 4.87 -
YUV 153.39 47.09 198.34 -
System Red Green Blue C M Y K H S L
Decimal 252 131 10 0 0.48 0.96 0.01 30 0.98 0.51
Hex FC 83 A 0 30 60 1 1E 62 33
Octal 374 203 12 0 60 140 1 36 142 63
Binary 11111100 10000011 1010 0 110000 1100000 1 11110 1100010 110011

Color Harmonies of #FC830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC830A

Black with #FC830A

Text Example


Text Example

White with #FC830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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