Html Css Color HEX #F9150A Scarlet

📋 copy color: '#F9150A'

red 249 ◦ green 21 ◦ blue 10

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

Shades of Scarlet #F9150A

Tints of Scarlet #F9150A

RGB

 RED value IS 249 (97.66% from 255) = 88.93%

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 88.93%
G = 7.5%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9150A (or 0xF9150A) is known color: Scarlet. HEX triplet: F9, 15 and 0A. RGB value is (249,21,10). Sum of RGB (Red+Green+Blue) = 249+21+10=280 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.93% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 249 - color contains mainly: red. Hex color #F9150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9150A is #06EAF5. Grayscale: #585858. Windows color (decimal): -453366 or 660985. OLE color: 660985.

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

Color convert

RGB 249 21 10 -
CMYK 0 0.92 0.96 0.02
HSL 2.76º 0.95% 0.51% -
HSV(B) 2.76º 0.96% 0.98% -
XYZ 39.39 20.7 2.21 -
YUV 87.92 84.04 242.89 -
System Red Green Blue C M Y K H S L
Decimal 249 21 10 0 0.92 0.96 0.02 2.76 0.95 0.51
Hex F9 15 A 0 5C 60 2 3 5F 33
Octal 371 25 12 0 134 140 2 3 137 63
Binary 11111001 10101 1010 0 1011100 1100000 10 11 1011111 110011

Color Harmonies of #F9150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9150A

Black with #F9150A

Text Example


Text Example

White with #F9150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9150A; }

 p { color: rgb(249,21,10); }

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

background-color css

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

 a { background-color: rgb(249,21,10); }

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

border-color css

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

 span { border-color: rgb(249,21,10); }

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