Html Css Color HEX #FC341F Red Orange

📋 copy color: '#FC341F'

red 252 ◦ green 52 ◦ blue 31

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

Shades of Red Orange #FC341F

Tints of Red Orange #FC341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 75.22%
G = 15.52%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC341F (or 0xFC341F) is known color: Red Orange. HEX triplet: FC, 34 and 1F. RGB value is (252,52,31). Sum of RGB (Red+Green+Blue) = 252+52+31=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC341F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC341F is #03CBE0. Grayscale: #6D6D6D. Windows color (decimal): -248801 or 2045180. OLE color: 2045180.

HSL color Cylindrical-coordinate representation of color #FC341F: hue angle of 5.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC341F is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 52 31 -
CMYK 0 0.79 0.88 0.01
HSL 5.7º 0.97% 0.55% -
HSV(B) 5.7º 0.88% 0.99% -
XYZ 41.62 23.25 3.59 -
YUV 109.41 83.76 229.71 -
System Red Green Blue C M Y K H S L
Decimal 252 52 31 0 0.79 0.88 0.01 5.7 0.97 0.55
Hex FC 34 1F 0 4F 58 1 6 61 37
Octal 374 64 37 0 117 130 1 6 141 67
Binary 11111100 110100 11111 0 1001111 1011000 1 110 1100001 110111

Color Harmonies of #FC341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC341F

Black with #FC341F

Text Example


Text Example

White with #FC341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC341F; }

 p { color: rgb(252,52,31); }

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

background-color css

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

 a { background-color: rgb(252,52,31); }

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

border-color css

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

 span { border-color: rgb(252,52,31); }

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