Html Css Color HEX #FC940F Dark Orange

📋 copy color: '#FC940F'

red 252 ◦ green 148 ◦ blue 15

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

Shades of Dark Orange #FC940F

Tints of Dark Orange #FC940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 60.72%
G = 35.66%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC940F (or 0xFC940F) is known color: Dark Orange. HEX triplet: FC, 94 and 0F. RGB value is (252,148,15). Sum of RGB (Red+Green+Blue) = 252+148+15=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC940F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC940F is #036BF0. Grayscale: #A4A4A4. Windows color (decimal): -224241 or 1021180. OLE color: 1021180.

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

Color convert

RGB 252 148 15 -
CMYK 0 0.41 0.94 0.01
HSL 33.67º 0.98% 0.52% -
HSV(B) 33.67º 0.94% 0.99% -
XYZ 50.82 41.91 5.86 -
YUV 163.93 43.96 190.81 -
System Red Green Blue C M Y K H S L
Decimal 252 148 15 0 0.41 0.94 0.01 33.67 0.98 0.52
Hex FC 94 F 0 29 5E 1 22 62 34
Octal 374 224 17 0 51 136 1 42 142 64
Binary 11111100 10010100 1111 0 101001 1011110 1 100010 1100010 110100

Color Harmonies of #FC940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC940F

Black with #FC940F

Text Example


Text Example

White with #FC940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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