Html Css Color HEX #FA180F Scarlet

📋 copy color: '#FA180F'

red 250 ◦ green 24 ◦ blue 15

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

Shades of Scarlet #FA180F

Tints of Scarlet #FA180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 15 (6.25% from 255) = 5.19%

R = 86.51%
G = 8.3%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA180F (or 0xFA180F) is known color: Scarlet. HEX triplet: FA, 18 and 0F. RGB value is (250,24,15). Sum of RGB (Red+Green+Blue) = 250+24+15=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA180F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA180F is #05E7F0. Grayscale: #5A5A5A. Windows color (decimal): -387057 or 989434. OLE color: 989434.

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

Color convert

RGB 250 24 15 -
CMYK 0 0.90 0.94 0.02
HSL 2.3º 0.96% 0.52% -
HSV(B) 2.3º 0.94% 0.98% -
XYZ 39.84 21.01 2.41 -
YUV 90.55 85.37 241.73 -
System Red Green Blue C M Y K H S L
Decimal 250 24 15 0 0.90 0.94 0.02 2.3 0.96 0.52
Hex FA 18 F 0 5A 5E 2 2 60 34
Octal 372 30 17 0 132 136 2 2 140 64
Binary 11111010 11000 1111 0 1011010 1011110 10 10 1100000 110100

Color Harmonies of #FA180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA180F

Black with #FA180F

Text Example


Text Example

White with #FA180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA180F; }

 p { color: rgb(250,24,15); }

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

background-color css

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

 a { background-color: rgb(250,24,15); }

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

border-color css

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

 span { border-color: rgb(250,24,15); }

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