Html Css Color HEX #F9220C Scarlet

📋 copy color: '#F9220C'

red 249 ◦ green 34 ◦ blue 12

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

Shades of Scarlet #F9220C

Tints of Scarlet #F9220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.53%

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

R = 84.41%
G = 11.53%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9220C (or 0xF9220C) is known color: Scarlet. HEX triplet: F9, 22 and 0C. RGB value is (249,34,12). Sum of RGB (Red+Green+Blue) = 249+34+12=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F9220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9220C is #06DDF3. Grayscale: #606060. Windows color (decimal): -450036 or 795385. OLE color: 795385.

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

Color convert

RGB 249 34 12 -
CMYK 0 0.86 0.95 0.02
HSL 5.57º 0.95% 0.51% -
HSV(B) 5.57º 0.95% 0.98% -
XYZ 39.71 21.31 2.37 -
YUV 95.78 80.73 237.29 -
System Red Green Blue C M Y K H S L
Decimal 249 34 12 0 0.86 0.95 0.02 5.57 0.95 0.51
Hex F9 22 C 0 56 5F 2 6 5F 33
Octal 371 42 14 0 126 137 2 6 137 63
Binary 11111001 100010 1100 0 1010110 1011111 10 110 1011111 110011

Color Harmonies of #F9220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9220C

Black with #F9220C

Text Example


Text Example

White with #F9220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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