Html Css Color HEX #FA160F Scarlet

📋 copy color: '#FA160F'

red 250 ◦ green 22 ◦ blue 15

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

Shades of Scarlet #FA160F

Tints of Scarlet #FA160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

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

R = 87.11%
G = 7.67%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA160F (or 0xFA160F) is known color: Scarlet. HEX triplet: FA, 16 and 0F. RGB value is (250,22,15). Sum of RGB (Red+Green+Blue) = 250+22+15=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA160F is #05E9F0. Grayscale: #595959. Windows color (decimal): -387569 or 988922. OLE color: 988922.

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

Color convert

RGB 250 22 15 -
CMYK 0 0.91 0.94 0.02
HSL 1.79º 0.96% 0.52% -
HSV(B) 1.79º 0.94% 0.98% -
XYZ 39.8 20.93 2.39 -
YUV 89.37 86.04 242.57 -
System Red Green Blue C M Y K H S L
Decimal 250 22 15 0 0.91 0.94 0.02 1.79 0.96 0.52
Hex FA 16 F 0 5B 5E 2 2 60 34
Octal 372 26 17 0 133 136 2 2 140 64
Binary 11111010 10110 1111 0 1011011 1011110 10 10 1100000 110100

Color Harmonies of #FA160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA160F

Black with #FA160F

Text Example


Text Example

White with #FA160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA160F; }

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

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

background-color css

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

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

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

border-color css

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

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

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