Html Css Color HEX #FA230E Scarlet

📋 copy color: '#FA230E'

red 250 ◦ green 35 ◦ blue 14

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

Shades of Scarlet #FA230E

Tints of Scarlet #FA230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 83.61%
G = 11.71%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA230E (or 0xFA230E) is known color: Scarlet. HEX triplet: FA, 23 and 0E. RGB value is (250,35,14). Sum of RGB (Red+Green+Blue) = 250+35+14=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA230E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA230E is #05DCF1. Grayscale: #616161. Windows color (decimal): -384242 or 926714. OLE color: 926714.

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

Color convert

RGB 250 35 14 -
CMYK 0 0.86 0.94 0.02
HSL 5.34º 0.96% 0.52% -
HSV(B) 5.34º 0.94% 0.98% -
XYZ 40.1 21.56 2.46 -
YUV 96.89 81.23 237.21 -
System Red Green Blue C M Y K H S L
Decimal 250 35 14 0 0.86 0.94 0.02 5.34 0.96 0.52
Hex FA 23 E 0 56 5E 2 5 60 34
Octal 372 43 16 0 126 136 2 5 140 64
Binary 11111010 100011 1110 0 1010110 1011110 10 101 1100000 110100

Color Harmonies of #FA230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA230E

Black with #FA230E

Text Example


Text Example

White with #FA230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA230E; }

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

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

background-color css

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

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

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

border-color css

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

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

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