Html Css Color HEX #F9200C Scarlet

📋 copy color: '#F9200C'

red 249 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #F9200C

Tints of Scarlet #F9200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

 BLUE value IS 12 (5.08% from 255) = 4.1%

R = 84.98%
G = 10.92%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9200C (or 0xF9200C) is known color: Scarlet. HEX triplet: F9, 20 and 0C. RGB value is (249,32,12). Sum of RGB (Red+Green+Blue) = 249+32+12=293 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.98% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 249 - color contains mainly: red. Hex color #F9200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9200C is #06DFF3. Grayscale: #5E5E5E. Windows color (decimal): -450548 or 794873. OLE color: 794873.

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

Color convert

RGB 249 32 12 -
CMYK 0 0.87 0.95 0.02
HSL 5.06º 0.95% 0.51% -
HSV(B) 5.06º 0.95% 0.98% -
XYZ 39.65 21.2 2.35 -
YUV 94.6 81.39 238.13 -
System Red Green Blue C M Y K H S L
Decimal 249 32 12 0 0.87 0.95 0.02 5.06 0.95 0.51
Hex F9 20 C 0 57 5F 2 5 5F 33
Octal 371 40 14 0 127 137 2 5 137 63
Binary 11111001 100000 1100 0 1010111 1011111 10 101 1011111 110011

Color Harmonies of #F9200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9200C

Black with #F9200C

Text Example


Text Example

White with #F9200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9200C; }

 p { color: rgb(249,32,12); }

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

background-color css

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

 a { background-color: rgb(249,32,12); }

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

border-color css

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

 span { border-color: rgb(249,32,12); }

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