Html Css Color HEX #FC340A Scarlet

📋 copy color: '#FC340A'

red 252 ◦ green 52 ◦ blue 10

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

Shades of Scarlet #FC340A

Tints of Scarlet #FC340A

RGB

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

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

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

R = 80.25%
G = 16.56%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC340A (or 0xFC340A) is known color: Scarlet. HEX triplet: FC, 34 and 0A. RGB value is (252,52,10). Sum of RGB (Red+Green+Blue) = 252+52+10=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC340A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC340A is #03CBF5. Grayscale: #6B6B6B. Windows color (decimal): -248822 or 668924. OLE color: 668924.

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

Color convert

RGB 252 52 10 -
CMYK 0 0.79 0.96 0.01
HSL 10.41º 0.98% 0.51% -
HSV(B) 10.41º 0.96% 0.99% -
XYZ 41.43 23.17 2.58 -
YUV 107.01 73.26 231.42 -
System Red Green Blue C M Y K H S L
Decimal 252 52 10 0 0.79 0.96 0.01 10.41 0.98 0.51
Hex FC 34 A 0 4F 60 1 A 62 33
Octal 374 64 12 0 117 140 1 12 142 63
Binary 11111100 110100 1010 0 1001111 1100000 1 1010 1100010 110011

Color Harmonies of #FC340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC340A

Black with #FC340A

Text Example


Text Example

White with #FC340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC340A; }

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

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

background-color css

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

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

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

border-color css

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

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

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