Html Css Color HEX #F43300 Scarlet

📋 copy color: '#F43300'

red 244 ◦ green 51 ◦ blue 0

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

Shades of Scarlet #F43300

Tints of Scarlet #F43300

RGB

 RED value IS 244 (95.7% from 255) = 82.71%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.71%
G = 17.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F43300 (or 0xF43300) is known color: Scarlet. HEX triplet: F4, 33 and 00. RGB value is (244,51,0). Sum of RGB (Red+Green+Blue) = 244+51+0=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F43300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43300 is #0BCCFF. Grayscale: #676767. Windows color (decimal): -773376 or 13300. OLE color: 13300.

HSL color Cylindrical-coordinate representation of color #F43300: hue angle of 12.54º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F43300 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 51 0 -
CMYK 0 0.79 1 0.04
HSL 12.54º 1% 0.48% -
HSV(B) 12.54º 1% 0.96% -
XYZ 38.49 21.6 2.14 -
YUV 102.89 69.94 228.65 -
System Red Green Blue C M Y K H S L
Decimal 244 51 0 0 0.79 1 0.04 12.54 1 0.48
Hex F4 33 0 0 4F 64 4 D 64 30
Octal 364 63 0 0 117 144 4 15 144 60
Binary 11110100 110011 0 0 1001111 1100100 100 1101 1100100 110000

Color Harmonies of #F43300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43300

Black with #F43300

Text Example


Text Example

White with #F43300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43300; }

 p { color: rgb(244,51,0); }

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

background-color css

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

 a { background-color: rgb(244,51,0); }

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

border-color css

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

 span { border-color: rgb(244,51,0); }

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