Html Css Color HEX #FA230C Scarlet

📋 copy color: '#FA230C'

red 250 ◦ green 35 ◦ blue 12

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

Shades of Scarlet #FA230C

Tints of Scarlet #FA230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 84.18%
G = 11.78%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA230C (or 0xFA230C) is known color: Scarlet. HEX triplet: FA, 23 and 0C. RGB value is (250,35,12). Sum of RGB (Red+Green+Blue) = 250+35+12=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA230C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA230C is #05DCF3. Grayscale: #606060. Windows color (decimal): -384244 or 795642. OLE color: 795642.

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

Color convert

RGB 250 35 12 -
CMYK 0 0.86 0.95 0.02
HSL 5.8º 0.96% 0.51% -
HSV(B) 5.8º 0.95% 0.98% -
XYZ 40.09 21.55 2.39 -
YUV 96.66 80.23 237.37 -
System Red Green Blue C M Y K H S L
Decimal 250 35 12 0 0.86 0.95 0.02 5.8 0.96 0.51
Hex FA 23 C 0 56 5F 2 6 60 33
Octal 372 43 14 0 126 137 2 6 140 63
Binary 11111010 100011 1100 0 1010110 1011111 10 110 1100000 110011

Color Harmonies of #FA230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA230C

Black with #FA230C

Text Example


Text Example

White with #FA230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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