Html Css Color HEX #F92600 Scarlet

📋 copy color: '#F92600'

red 249 ◦ green 38 ◦ blue 0

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

Shades of Scarlet #F92600

Tints of Scarlet #F92600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

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

R = 86.76%
G = 13.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F92600 (or 0xF92600) is known color: Scarlet. HEX triplet: F9, 26 and 00. RGB value is (249,38,0). Sum of RGB (Red+Green+Blue) = 249+38+0=287 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.76% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 249 - color contains mainly: red. Hex color #F92600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92600 is #06D9FF. Grayscale: #616161. Windows color (decimal): -449024 or 9977. OLE color: 9977.

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

Color convert

RGB 249 38 0 -
CMYK 0 0.85 1 0.02
HSL 9.16º 1% 0.49% -
HSV(B) 9.16º 1% 0.98% -
XYZ 39.76 21.53 2.06 -
YUV 96.76 73.4 236.59 -
System Red Green Blue C M Y K H S L
Decimal 249 38 0 0 0.85 1 0.02 9.16 1 0.49
Hex F9 26 0 0 55 64 2 9 64 31
Octal 371 46 0 0 125 144 2 11 144 61
Binary 11111001 100110 0 0 1010101 1100100 10 1001 1100100 110001

Color Harmonies of #F92600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92600

Black with #F92600

Text Example


Text Example

White with #F92600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92600; }

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

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

background-color css

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

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

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

border-color css

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

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

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