Html Css Color HEX #FA2408 Scarlet

📋 copy color: '#FA2408'

red 250 ◦ green 36 ◦ blue 8

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

Shades of Scarlet #FA2408

Tints of Scarlet #FA2408

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.24%

 BLUE value IS 8 (3.52% from 255) = 2.72%

R = 85.03%
G = 12.24%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA2408 (or 0xFA2408) is known color: Scarlet. HEX triplet: FA, 24 and 08. RGB value is (250,36,8). Sum of RGB (Red+Green+Blue) = 250+36+8=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2408 is #05DBF7. Grayscale: #616161. Windows color (decimal): -383992 or 533754. OLE color: 533754.

HSL color Cylindrical-coordinate representation of color #FA2408: hue angle of 6.94º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA2408 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 36 8 -
CMYK 0 0.86 0.97 0.02
HSL 6.94º 0.96% 0.51% -
HSV(B) 6.94º 0.97% 0.98% -
XYZ 40.1 21.6 2.29 -
YUV 96.79 77.9 237.28 -
System Red Green Blue C M Y K H S L
Decimal 250 36 8 0 0.86 0.97 0.02 6.94 0.96 0.51
Hex FA 24 8 0 56 61 2 7 60 33
Octal 372 44 10 0 126 141 2 7 140 63
Binary 11111010 100100 1000 0 1010110 1100001 10 111 1100000 110011

Color Harmonies of #FA2408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2408

Black with #FA2408

Text Example


Text Example

White with #FA2408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2408; }

 p { color: rgb(250,36,8); }

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

background-color css

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

 a { background-color: rgb(250,36,8); }

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

border-color css

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

 span { border-color: rgb(250,36,8); }

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