Html Css Color HEX #F90802 Red

📋 copy color: '#F90802'

red 249 ◦ green 8 ◦ blue 2

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

Shades of Red #F90802

Tints of Red #F90802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 96.14%
G = 3.09%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F90802 (or 0xF90802) is known color: Red. HEX triplet: F9, 08 and 02. RGB value is (249,8,2). Sum of RGB (Red+Green+Blue) = 249+8+2=259 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.14% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 249 - color contains mainly: red. Hex color #F90802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90802 is #06F7FD. Grayscale: #4F4F4F. Windows color (decimal): -456702 or 133369. OLE color: 133369.

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

Color convert

RGB 249 8 2 -
CMYK 0 0.97 0.99 0.02
HSL 1.46º 0.98% 0.49% -
HSV(B) 1.46º 0.99% 0.98% -
XYZ 39.16 20.32 1.91 -
YUV 79.38 84.34 248.99 -
System Red Green Blue C M Y K H S L
Decimal 249 8 2 0 0.97 0.99 0.02 1.46 0.98 0.49
Hex F9 8 2 0 61 63 2 1 62 31
Octal 371 10 2 0 141 143 2 1 142 61
Binary 11111001 1000 10 0 1100001 1100011 10 1 1100010 110001

Color Harmonies of #F90802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90802

Black with #F90802

Text Example


Text Example

White with #F90802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90802; }

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

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

background-color css

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

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

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

border-color css

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

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

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