#f92d00

Color #F92D00 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F92D00

Tints of Scarlet #F92D00

Color information

#F92D00 (or 0xF92D00) is unknown color: approx Scarlet. HEX triplet: F9, 2D and 00. RGB value is (249,45,0). Sum of RGB (Red+Green+Blue) = 249+45+0=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92D00 is #06D2FF. Grayscale: #656565. Windows color (decimal): -447232 or 11769. OLE color: 11769.

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

Color convert

RGB249450-
CMYK00.8210.02
HSL10.84º100%48.82%-
HSV(B)10.84º100%97.65%-
XYZ40.0122.022.14-
YUV100.8771.09233.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 84.69%
GREEN value IS 45 (17.97% from 255) = 15.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.69%
G=15.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24945000.8210.0210.8410048.82
HexF92D0052642b6431
Octal371550012214421314461
Binary1111100110110100101001011001001010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f92d00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f92d00; }

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

 H1.HeaderClassName
 {
   color: #f92d00;
 }
 .AnyTagClassName
 {
   color: #f92d00;
 }
</style>
background-color css

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

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

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

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

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

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