Html Css Color HEX #F9140B Scarlet

📋 copy color: '#F9140B'

red 249 ◦ green 20 ◦ blue 11

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

Shades of Scarlet #F9140B

Tints of Scarlet #F9140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 88.93%
G = 7.14%
B = 3.93%

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

#F9140B (or 0xF9140B) is known color: Scarlet. HEX triplet: F9, 14 and 0B. RGB value is (249,20,11). Sum of RGB (Red+Green+Blue) = 249+20+11=280 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.93% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 249 - color contains mainly: red. Hex color #F9140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9140B is #06EBF4. Grayscale: #575757. Windows color (decimal): -453621 or 726265. OLE color: 726265.

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

Color convert

RGB 249 20 11 -
CMYK 0 0.92 0.96 0.02
HSL 2.27º 0.95% 0.51% -
HSV(B) 2.27º 0.96% 0.98% -
XYZ 39.38 20.66 2.23 -
YUV 87.45 84.87 243.23 -
System Red Green Blue C M Y K H S L
Decimal 249 20 11 0 0.92 0.96 0.02 2.27 0.95 0.51
Hex F9 14 B 0 5C 60 2 2 5F 33
Octal 371 24 13 0 134 140 2 2 137 63
Binary 11111001 10100 1011 0 1011100 1100000 10 10 1011111 110011

Color Harmonies of #F9140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9140B

Black with #F9140B

Text Example


Text Example

White with #F9140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9140B; }

 p { color: rgb(249,20,11); }

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

background-color css

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

 a { background-color: rgb(249,20,11); }

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

border-color css

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

 span { border-color: rgb(249,20,11); }

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