Html Css Color HEX #FC330F Scarlet

📋 copy color: '#FC330F'

red 252 ◦ green 51 ◦ blue 15

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

Shades of Scarlet #FC330F

Tints of Scarlet #FC330F

RGB

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

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

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

R = 79.25%
G = 16.04%
B = 4.72%

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

#FC330F (or 0xFC330F) is known color: Scarlet. HEX triplet: FC, 33 and 0F. RGB value is (252,51,15). Sum of RGB (Red+Green+Blue) = 252+51+15=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC330F is #03CCF0. Grayscale: #6B6B6B. Windows color (decimal): -249073 or 996348. OLE color: 996348.

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

Color convert

RGB 252 51 15 -
CMYK 0 0.80 0.94 0.01
HSL 9.11º 0.98% 0.52% -
HSV(B) 9.11º 0.94% 0.99% -
XYZ 41.41 23.1 2.73 -
YUV 107 76.09 231.43 -
System Red Green Blue C M Y K H S L
Decimal 252 51 15 0 0.80 0.94 0.01 9.11 0.98 0.52
Hex FC 33 F 0 50 5E 1 9 62 34
Octal 374 63 17 0 120 136 1 11 142 64
Binary 11111100 110011 1111 0 1010000 1011110 1 1001 1100010 110100

Color Harmonies of #FC330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC330F

Black with #FC330F

Text Example


Text Example

White with #FC330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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