Html Css Color HEX #FC940A Dark Orange

📋 copy color: '#FC940A'

red 252 ◦ green 148 ◦ blue 10

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

Shades of Dark Orange #FC940A

Tints of Dark Orange #FC940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 61.46%
G = 36.1%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC940A (or 0xFC940A) is known color: Dark Orange. HEX triplet: FC, 94 and 0A. RGB value is (252,148,10). Sum of RGB (Red+Green+Blue) = 252+148+10=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC940A is #036BF5. Grayscale: #A4A4A4. Windows color (decimal): -224246 or 693500. OLE color: 693500.

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

Color convert

RGB 252 148 10 -
CMYK 0 0.41 0.96 0.01
HSL 34.21º 0.98% 0.51% -
HSV(B) 34.21º 0.96% 0.99% -
XYZ 50.79 41.9 5.7 -
YUV 163.36 41.46 191.22 -
System Red Green Blue C M Y K H S L
Decimal 252 148 10 0 0.41 0.96 0.01 34.21 0.98 0.51
Hex FC 94 A 0 29 60 1 22 62 33
Octal 374 224 12 0 51 140 1 42 142 63
Binary 11111100 10010100 1010 0 101001 1100000 1 100010 1100010 110011

Color Harmonies of #FC940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC940A

Black with #FC940A

Text Example


Text Example

White with #FC940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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