Html Css Color HEX #F92602 Scarlet

📋 copy color: '#F92602'

red 249 ◦ green 38 ◦ blue 2

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

Shades of Scarlet #F92602

Tints of Scarlet #F92602

RGB

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

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

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

R = 86.16%
G = 13.15%
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

#F92602 (or 0xF92602) is known color: Scarlet. HEX triplet: F9, 26 and 02. RGB value is (249,38,2). Sum of RGB (Red+Green+Blue) = 249+38+2=289 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.16% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 249 - color contains mainly: red. Hex color #F92602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92602 is #06D9FD. Grayscale: #616161. Windows color (decimal): -449022 or 141049. OLE color: 141049.

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

Color convert

RGB 249 38 2 -
CMYK 0 0.85 0.99 0.02
HSL 8.74º 0.98% 0.49% -
HSV(B) 8.74º 0.99% 0.98% -
XYZ 39.77 21.53 2.12 -
YUV 96.99 74.4 236.43 -
System Red Green Blue C M Y K H S L
Decimal 249 38 2 0 0.85 0.99 0.02 8.74 0.98 0.49
Hex F9 26 2 0 55 63 2 9 62 31
Octal 371 46 2 0 125 143 2 11 142 61
Binary 11111001 100110 10 0 1010101 1100011 10 1001 1100010 110001

Color Harmonies of #F92602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92602

Black with #F92602

Text Example


Text Example

White with #F92602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92602; }

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

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

background-color css

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

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

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

border-color css

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

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

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