Html Css Color HEX #FA3002 Scarlet

📋 copy color: '#FA3002'

red 250 ◦ green 48 ◦ blue 2

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

Shades of Scarlet #FA3002

Tints of Scarlet #FA3002

RGB

 RED value IS 250 (98.05% from 255) = 83.33%

 GREEN value IS 48 (19.14% from 255) = 16%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 83.33%
G = 16%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA3002 (or 0xFA3002) is known color: Scarlet. HEX triplet: FA, 30 and 02. RGB value is (250,48,2). Sum of RGB (Red+Green+Blue) = 250+48+2=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3002 is #05CFFD. Grayscale: #676767. Windows color (decimal): -380926 or 143610. OLE color: 143610.

HSL color Cylindrical-coordinate representation of color #FA3002: hue angle of 11.13º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA3002 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 48 2 -
CMYK 0 0.81 0.99 0.02
HSL 11.13º 0.98% 0.49% -
HSV(B) 11.13º 0.99% 0.98% -
XYZ 40.49 22.44 2.26 -
YUV 103.15 70.92 232.74 -
System Red Green Blue C M Y K H S L
Decimal 250 48 2 0 0.81 0.99 0.02 11.13 0.98 0.49
Hex FA 30 2 0 51 63 2 B 62 31
Octal 372 60 2 0 121 143 2 13 142 61
Binary 11111010 110000 10 0 1010001 1100011 10 1011 1100010 110001

Color Harmonies of #FA3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3002

Black with #FA3002

Text Example


Text Example

White with #FA3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3002; }

 p { color: rgb(250,48,2); }

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

background-color css

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

 a { background-color: rgb(250,48,2); }

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

border-color css

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

 span { border-color: rgb(250,48,2); }

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