Html Css Color HEX #F92400 Scarlet

📋 copy color: '#F92400'

red 249 ◦ green 36 ◦ blue 0

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

Shades of Scarlet #F92400

Tints of Scarlet #F92400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.37%
G = 12.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F92400 (or 0xF92400) is known color: Scarlet. HEX triplet: F9, 24 and 00. RGB value is (249,36,0). Sum of RGB (Red+Green+Blue) = 249+36+0=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F92400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92400 is #06DBFF. Grayscale: #5F5F5F. Windows color (decimal): -449536 or 9465. OLE color: 9465.

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

Color convert

RGB 249 36 0 -
CMYK 0 0.86 1 0.02
HSL 8.67º 1% 0.49% -
HSV(B) 8.67º 1% 0.98% -
XYZ 39.7 21.4 2.04 -
YUV 95.58 74.07 237.43 -
System Red Green Blue C M Y K H S L
Decimal 249 36 0 0 0.86 1 0.02 8.67 1 0.49
Hex F9 24 0 0 56 64 2 9 64 31
Octal 371 44 0 0 126 144 2 11 144 61
Binary 11111001 100100 0 0 1010110 1100100 10 1001 1100100 110001

Color Harmonies of #F92400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92400

Black with #F92400

Text Example


Text Example

White with #F92400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92400; }

 p { color: rgb(249,36,0); }

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

background-color css

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

 a { background-color: rgb(249,36,0); }

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

border-color css

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

 span { border-color: rgb(249,36,0); }

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