Html Css Color HEX #FC330E Scarlet

📋 copy color: '#FC330E'

red 252 ◦ green 51 ◦ blue 14

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

Shades of Scarlet #FC330E

Tints of Scarlet #FC330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 79.5%
G = 16.09%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC330E (or 0xFC330E) is known color: Scarlet. HEX triplet: FC, 33 and 0E. RGB value is (252,51,14). Sum of RGB (Red+Green+Blue) = 252+51+14=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC330E is #03CCF1. Grayscale: #6B6B6B. Windows color (decimal): -249074 or 930812. OLE color: 930812.

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

Color convert

RGB 252 51 14 -
CMYK 0 0.80 0.94 0.01
HSL 9.33º 0.98% 0.52% -
HSV(B) 9.33º 0.94% 0.99% -
XYZ 41.41 23.09 2.69 -
YUV 106.88 75.59 231.51 -
System Red Green Blue C M Y K H S L
Decimal 252 51 14 0 0.80 0.94 0.01 9.33 0.98 0.52
Hex FC 33 E 0 50 5E 1 9 62 34
Octal 374 63 16 0 120 136 1 11 142 64
Binary 11111100 110011 1110 0 1010000 1011110 1 1001 1100010 110100

Color Harmonies of #FC330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC330E

Black with #FC330E

Text Example


Text Example

White with #FC330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC330E; }

 p { color: rgb(252,51,14); }

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

background-color css

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

 a { background-color: rgb(252,51,14); }

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

border-color css

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

 span { border-color: rgb(252,51,14); }

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