Html Css Color HEX #F92502 Scarlet

📋 copy color: '#F92502'

red 249 ◦ green 37 ◦ blue 2

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

Shades of Scarlet #F92502

Tints of Scarlet #F92502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 86.46%
G = 12.85%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F92502 (or 0xF92502) is known color: Scarlet. HEX triplet: F9, 25 and 02. RGB value is (249,37,2). Sum of RGB (Red+Green+Blue) = 249+37+2=288 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.46% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 249 - color contains mainly: red. Hex color #F92502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92502 is #06DAFD. Grayscale: #606060. Windows color (decimal): -449278 or 140793. OLE color: 140793.

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

Color convert

RGB 249 37 2 -
CMYK 0 0.85 0.99 0.02
HSL 8.5º 0.98% 0.49% -
HSV(B) 8.5º 0.99% 0.98% -
XYZ 39.74 21.47 2.11 -
YUV 96.4 74.74 236.85 -
System Red Green Blue C M Y K H S L
Decimal 249 37 2 0 0.85 0.99 0.02 8.5 0.98 0.49
Hex F9 25 2 0 55 63 2 9 62 31
Octal 371 45 2 0 125 143 2 11 142 61
Binary 11111001 100101 10 0 1010101 1100011 10 1001 1100010 110001

Color Harmonies of #F92502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92502

Black with #F92502

Text Example


Text Example

White with #F92502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92502; }

 p { color: rgb(249,37,2); }

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

background-color css

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

 a { background-color: rgb(249,37,2); }

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

border-color css

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

 span { border-color: rgb(249,37,2); }

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