Html Css Color HEX #FA0C00 Red

📋 copy color: '#FA0C00'

red 250 ◦ green 12 ◦ blue 0

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

Shades of Red #FA0C00

Tints of Red #FA0C00

RGB

 RED value IS 250 (98.05% from 255) = 95.42%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.42%
G = 4.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA0C00 (or 0xFA0C00) is known color: Red. HEX triplet: FA, 0C and 00. RGB value is (250,12,0). Sum of RGB (Red+Green+Blue) = 250+12+0=262 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.42% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0C00 is #05F3FF. Grayscale: #525252. Windows color (decimal): -390144 or 3322. OLE color: 3322.

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

Color convert

RGB 250 12 0 -
CMYK 0 0.95 1 0.02
HSL 2.88º 1% 0.49% -
HSV(B) 2.88º 1% 0.98% -
XYZ 39.56 20.59 1.89 -
YUV 81.79 81.85 247.98 -
System Red Green Blue C M Y K H S L
Decimal 250 12 0 0 0.95 1 0.02 2.88 1 0.49
Hex FA C 0 0 5F 64 2 3 64 31
Octal 372 14 0 0 137 144 2 3 144 61
Binary 11111010 1100 0 0 1011111 1100100 10 11 1100100 110001

Color Harmonies of #FA0C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C00

Black with #FA0C00

Text Example


Text Example

White with #FA0C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C00; }

 p { color: rgb(250,12,0); }

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

background-color css

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

 a { background-color: rgb(250,12,0); }

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

border-color css

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

 span { border-color: rgb(250,12,0); }

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