Html Css Color HEX #FC930F Dark Orange

📋 copy color: '#FC930F'

red 252 ◦ green 147 ◦ blue 15

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

Shades of Dark Orange #FC930F

Tints of Dark Orange #FC930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

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

R = 60.87%
G = 35.51%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC930F (or 0xFC930F) is known color: Dark Orange. HEX triplet: FC, 93 and 0F. RGB value is (252,147,15). Sum of RGB (Red+Green+Blue) = 252+147+15=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC930F is #036CF0. Grayscale: #A3A3A3. Windows color (decimal): -224497 or 1020924. OLE color: 1020924.

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

Color convert

RGB 252 147 15 -
CMYK 0 0.42 0.94 0.01
HSL 33.42º 0.98% 0.52% -
HSV(B) 33.42º 0.94% 0.99% -
XYZ 50.66 41.6 5.81 -
YUV 163.35 44.29 191.23 -
System Red Green Blue C M Y K H S L
Decimal 252 147 15 0 0.42 0.94 0.01 33.42 0.98 0.52
Hex FC 93 F 0 2A 5E 1 21 62 34
Octal 374 223 17 0 52 136 1 41 142 64
Binary 11111100 10010011 1111 0 101010 1011110 1 100001 1100010 110100

Color Harmonies of #FC930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC930F

Black with #FC930F

Text Example


Text Example

White with #FC930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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