Html Css Color HEX #FA270B Scarlet

📋 copy color: '#FA270B'

red 250 ◦ green 39 ◦ blue 11

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

Shades of Scarlet #FA270B

Tints of Scarlet #FA270B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 83.33%
G = 13%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA270B (or 0xFA270B) is known color: Scarlet. HEX triplet: FA, 27 and 0B. RGB value is (250,39,11). Sum of RGB (Red+Green+Blue) = 250+39+11=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA270B is #05D8F4. Grayscale: #636363. Windows color (decimal): -383221 or 731130. OLE color: 731130.

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

Color convert

RGB 250 39 11 -
CMYK 0 0.84 0.96 0.02
HSL 7.03º 0.96% 0.51% -
HSV(B) 7.03º 0.96% 0.98% -
XYZ 40.21 21.8 2.4 -
YUV 98.9 78.4 235.78 -
System Red Green Blue C M Y K H S L
Decimal 250 39 11 0 0.84 0.96 0.02 7.03 0.96 0.51
Hex FA 27 B 0 54 60 2 7 60 33
Octal 372 47 13 0 124 140 2 7 140 63
Binary 11111010 100111 1011 0 1010100 1100000 10 111 1100000 110011

Color Harmonies of #FA270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA270B

Black with #FA270B

Text Example


Text Example

White with #FA270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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