Html Css Color HEX #F9200A Scarlet

📋 copy color: '#F9200A'

red 249 ◦ green 32 ◦ blue 10

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

Shades of Scarlet #F9200A

Tints of Scarlet #F9200A

RGB

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

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

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

R = 85.57%
G = 11%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9200A (or 0xF9200A) is known color: Scarlet. HEX triplet: F9, 20 and 0A. RGB value is (249,32,10). Sum of RGB (Red+Green+Blue) = 249+32+10=291 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.57% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 249 - color contains mainly: red. Hex color #F9200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9200A is #06DFF5. Grayscale: #5E5E5E. Windows color (decimal): -450550 or 663801. OLE color: 663801.

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

Color convert

RGB 249 32 10 -
CMYK 0 0.87 0.96 0.02
HSL 5.52º 0.95% 0.51% -
HSV(B) 5.52º 0.96% 0.98% -
XYZ 39.64 21.19 2.29 -
YUV 94.38 80.39 238.29 -
System Red Green Blue C M Y K H S L
Decimal 249 32 10 0 0.87 0.96 0.02 5.52 0.95 0.51
Hex F9 20 A 0 57 60 2 6 5F 33
Octal 371 40 12 0 127 140 2 6 137 63
Binary 11111001 100000 1010 0 1010111 1100000 10 110 1011111 110011

Color Harmonies of #F9200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9200A

Black with #F9200A

Text Example


Text Example

White with #F9200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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