Html Css Color HEX #FA270C Scarlet

📋 copy color: '#FA270C'

red 250 ◦ green 39 ◦ blue 12

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

Shades of Scarlet #FA270C

Tints of Scarlet #FA270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 83.06%
G = 12.96%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA270C (or 0xFA270C) is known color: Scarlet. HEX triplet: FA, 27 and 0C. RGB value is (250,39,12). Sum of RGB (Red+Green+Blue) = 250+39+12=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA270C is #05D8F3. Grayscale: #636363. Windows color (decimal): -383220 or 796666. OLE color: 796666.

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

Color convert

RGB 250 39 12 -
CMYK 0 0.84 0.95 0.02
HSL 6.81º 0.96% 0.51% -
HSV(B) 6.81º 0.95% 0.98% -
XYZ 40.22 21.8 2.44 -
YUV 99.01 78.9 235.7 -
System Red Green Blue C M Y K H S L
Decimal 250 39 12 0 0.84 0.95 0.02 6.81 0.96 0.51
Hex FA 27 C 0 54 5F 2 7 60 33
Octal 372 47 14 0 124 137 2 7 140 63
Binary 11111010 100111 1100 0 1010100 1011111 10 111 1100000 110011

Color Harmonies of #FA270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA270C

Black with #FA270C

Text Example


Text Example

White with #FA270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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