Html Css Color HEX #F90C0A Red

📋 copy color: '#F90C0A'

red 249 ◦ green 12 ◦ blue 10

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

Shades of Red #F90C0A

Tints of Red #F90C0A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

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

R = 91.88%
G = 4.43%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F90C0A (or 0xF90C0A) is known color: Red. HEX triplet: F9, 0C and 0A. RGB value is (249,12,10). Sum of RGB (Red+Green+Blue) = 249+12+10=271 (35% of max value = 765). Red value is 249 (97.66% from 255 or 91.88% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90C0A is #06F3F5. Grayscale: #525252. Windows color (decimal): -455670 or 658681. OLE color: 658681.

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

Color convert

RGB 249 12 10 -
CMYK 0 0.95 0.96 0.02
HSL 0.5º 0.95% 0.51% -
HSV(B) 0.5º 0.96% 0.98% -
XYZ 39.25 20.42 2.16 -
YUV 82.64 87.02 246.66 -
System Red Green Blue C M Y K H S L
Decimal 249 12 10 0 0.95 0.96 0.02 0.5 0.95 0.51
Hex F9 C A 0 5F 60 2 1 5F 33
Octal 371 14 12 0 137 140 2 1 137 63
Binary 11111001 1100 1010 0 1011111 1100000 10 1 1011111 110011

Color Harmonies of #F90C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90C0A

Black with #F90C0A

Text Example


Text Example

White with #F90C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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