Html Css Color HEX #F92D0A Scarlet

📋 copy color: '#F92D0A'

red 249 ◦ green 45 ◦ blue 10

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

Shades of Scarlet #F92D0A

Tints of Scarlet #F92D0A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 81.91%
G = 14.8%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F92D0A (or 0xF92D0A) is known color: Scarlet. HEX triplet: F9, 2D and 0A. RGB value is (249,45,10). Sum of RGB (Red+Green+Blue) = 249+45+10=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92D0A is #06D2F5. Grayscale: #666666. Windows color (decimal): -447222 or 667129. OLE color: 667129.

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

Color convert

RGB 249 45 10 -
CMYK 0 0.82 0.96 0.02
HSL 8.79º 0.95% 0.51% -
HSV(B) 8.79º 0.96% 0.98% -
XYZ 40.06 22.04 2.43 -
YUV 102.01 76.09 232.85 -
System Red Green Blue C M Y K H S L
Decimal 249 45 10 0 0.82 0.96 0.02 8.79 0.95 0.51
Hex F9 2D A 0 52 60 2 9 5F 33
Octal 371 55 12 0 122 140 2 11 137 63
Binary 11111001 101101 1010 0 1010010 1100000 10 1001 1011111 110011

Color Harmonies of #F92D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D0A

Black with #F92D0A

Text Example


Text Example

White with #F92D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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