Html Css Color HEX #F9140F Scarlet

📋 copy color: '#F9140F'

red 249 ◦ green 20 ◦ blue 15

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

Shades of Scarlet #F9140F

Tints of Scarlet #F9140F

RGB

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

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

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

R = 87.68%
G = 7.04%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9140F (or 0xF9140F) is known color: Scarlet. HEX triplet: F9, 14 and 0F. RGB value is (249,20,15). Sum of RGB (Red+Green+Blue) = 249+20+15=284 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.68% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 249 - color contains mainly: red. Hex color #F9140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9140F is #06EBF0. Grayscale: #585858. Windows color (decimal): -453617 or 988409. OLE color: 988409.

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

Color convert

RGB 249 20 15 -
CMYK 0 0.92 0.94 0.02
HSL 1.28º 0.95% 0.52% -
HSV(B) 1.28º 0.94% 0.98% -
XYZ 39.4 20.67 2.37 -
YUV 87.9 86.87 242.91 -
System Red Green Blue C M Y K H S L
Decimal 249 20 15 0 0.92 0.94 0.02 1.28 0.95 0.52
Hex F9 14 F 0 5C 5E 2 1 5F 34
Octal 371 24 17 0 134 136 2 1 137 64
Binary 11111001 10100 1111 0 1011100 1011110 10 1 1011111 110100

Color Harmonies of #F9140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9140F

Black with #F9140F

Text Example


Text Example

White with #F9140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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