Html Css Color HEX #F92802 Scarlet

📋 copy color: '#F92802'

red 249 ◦ green 40 ◦ blue 2

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

Shades of Scarlet #F92802

Tints of Scarlet #F92802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 85.57%
G = 13.75%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F92802 (or 0xF92802) is known color: Scarlet. HEX triplet: F9, 28 and 02. RGB value is (249,40,2). Sum of RGB (Red+Green+Blue) = 249+40+2=291 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.57% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 249 - color contains mainly: red. Hex color #F92802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92802 is #06D7FD. Grayscale: #626262. Windows color (decimal): -448510 or 141561. OLE color: 141561.

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

Color convert

RGB 249 40 2 -
CMYK 0 0.84 0.99 0.02
HSL 9.23º 0.98% 0.49% -
HSV(B) 9.23º 0.99% 0.98% -
XYZ 39.84 21.66 2.14 -
YUV 98.16 73.74 235.59 -
System Red Green Blue C M Y K H S L
Decimal 249 40 2 0 0.84 0.99 0.02 9.23 0.98 0.49
Hex F9 28 2 0 54 63 2 9 62 31
Octal 371 50 2 0 124 143 2 11 142 61
Binary 11111001 101000 10 0 1010100 1100011 10 1001 1100010 110001

Color Harmonies of #F92802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92802

Black with #F92802

Text Example


Text Example

White with #F92802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92802; }

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

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

background-color css

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

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

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

border-color css

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

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

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