Html Css Color HEX #FA2308 Scarlet

📋 copy color: '#FA2308'

red 250 ◦ green 35 ◦ blue 8

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

Shades of Scarlet #FA2308

Tints of Scarlet #FA2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.95%

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

R = 85.32%
G = 11.95%
B = 2.73%

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

#FA2308 (or 0xFA2308) is known color: Scarlet. HEX triplet: FA, 23 and 08. RGB value is (250,35,8). Sum of RGB (Red+Green+Blue) = 250+35+8=293 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.32% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2308 is #05DCF7. Grayscale: #606060. Windows color (decimal): -384248 or 533498. OLE color: 533498.

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

Color convert

RGB 250 35 8 -
CMYK 0 0.86 0.97 0.02
HSL 6.69º 0.96% 0.51% -
HSV(B) 6.69º 0.97% 0.98% -
XYZ 40.07 21.54 2.28 -
YUV 96.21 78.23 237.7 -
System Red Green Blue C M Y K H S L
Decimal 250 35 8 0 0.86 0.97 0.02 6.69 0.96 0.51
Hex FA 23 8 0 56 61 2 7 60 33
Octal 372 43 10 0 126 141 2 7 140 63
Binary 11111010 100011 1000 0 1010110 1100001 10 111 1100000 110011

Color Harmonies of #FA2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2308

Black with #FA2308

Text Example


Text Example

White with #FA2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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