Html Css Color HEX #FA280B Scarlet

📋 copy color: '#FA280B'

red 250 ◦ green 40 ◦ blue 11

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

Shades of Scarlet #FA280B

Tints of Scarlet #FA280B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 83.06%
G = 13.29%
B = 3.65%

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

#FA280B (or 0xFA280B) is known color: Scarlet. HEX triplet: FA, 28 and 0B. RGB value is (250,40,11). Sum of RGB (Red+Green+Blue) = 250+40+11=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA280B is #05D7F4. Grayscale: #636363. Windows color (decimal): -382965 or 731386. OLE color: 731386.

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

Color convert

RGB 250 40 11 -
CMYK 0 0.84 0.96 0.02
HSL 7.28º 0.96% 0.51% -
HSV(B) 7.28º 0.96% 0.98% -
XYZ 40.24 21.87 2.42 -
YUV 99.48 78.07 235.36 -
System Red Green Blue C M Y K H S L
Decimal 250 40 11 0 0.84 0.96 0.02 7.28 0.96 0.51
Hex FA 28 B 0 54 60 2 7 60 33
Octal 372 50 13 0 124 140 2 7 140 63
Binary 11111010 101000 1011 0 1010100 1100000 10 111 1100000 110011

Color Harmonies of #FA280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA280B

Black with #FA280B

Text Example


Text Example

White with #FA280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA280B; }

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

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

background-color css

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

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

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

border-color css

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

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

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