Html Css Color HEX #FA230F Scarlet

📋 copy color: '#FA230F'

red 250 ◦ green 35 ◦ blue 15

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

Shades of Scarlet #FA230F

Tints of Scarlet #FA230F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5%

R = 83.33%
G = 11.67%
B = 5%

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

#FA230F (or 0xFA230F) is known color: Scarlet. HEX triplet: FA, 23 and 0F. RGB value is (250,35,15). Sum of RGB (Red+Green+Blue) = 250+35+15=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA230F is #05DCF0. Grayscale: #616161. Windows color (decimal): -384241 or 992250. OLE color: 992250.

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

Color convert

RGB 250 35 15 -
CMYK 0 0.86 0.94 0.02
HSL 5.11º 0.96% 0.52% -
HSV(B) 5.11º 0.94% 0.98% -
XYZ 40.11 21.56 2.5 -
YUV 97.01 81.73 237.13 -
System Red Green Blue C M Y K H S L
Decimal 250 35 15 0 0.86 0.94 0.02 5.11 0.96 0.52
Hex FA 23 F 0 56 5E 2 5 60 34
Octal 372 43 17 0 126 136 2 5 140 64
Binary 11111010 100011 1111 0 1010110 1011110 10 101 1100000 110100

Color Harmonies of #FA230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA230F

Black with #FA230F

Text Example


Text Example

White with #FA230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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