Html Css Color HEX #FA3402 Scarlet

📋 copy color: '#FA3402'

red 250 ◦ green 52 ◦ blue 2

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

Shades of Scarlet #FA3402

Tints of Scarlet #FA3402

RGB

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

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

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

R = 82.24%
G = 17.11%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA3402 (or 0xFA3402) is known color: Scarlet. HEX triplet: FA, 34 and 02. RGB value is (250,52,2). Sum of RGB (Red+Green+Blue) = 250+52+2=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3402 is #05CBFD. Grayscale: #696969. Windows color (decimal): -379902 or 144634. OLE color: 144634.

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

Color convert

RGB 250 52 2 -
CMYK 0 0.79 0.99 0.02
HSL 12.1º 0.98% 0.49% -
HSV(B) 12.1º 0.99% 0.98% -
XYZ 40.66 22.78 2.31 -
YUV 105.5 69.6 231.07 -
System Red Green Blue C M Y K H S L
Decimal 250 52 2 0 0.79 0.99 0.02 12.1 0.98 0.49
Hex FA 34 2 0 4F 63 2 C 62 31
Octal 372 64 2 0 117 143 2 14 142 61
Binary 11111010 110100 10 0 1001111 1100011 10 1100 1100010 110001

Color Harmonies of #FA3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3402

Black with #FA3402

Text Example


Text Example

White with #FA3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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