Html Css Color HEX #FA2B0E Scarlet

📋 copy color: '#FA2B0E'

red 250 ◦ green 43 ◦ blue 14

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

Shades of Scarlet #FA2B0E

Tints of Scarlet #FA2B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

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

R = 81.43%
G = 14.01%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA2B0E (or 0xFA2B0E) is known color: Scarlet. HEX triplet: FA, 2B and 0E. RGB value is (250,43,14). Sum of RGB (Red+Green+Blue) = 250+43+14=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2B0E is #05D4F1. Grayscale: #656565. Windows color (decimal): -382194 or 928762. OLE color: 928762.

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

Color convert

RGB 250 43 14 -
CMYK 0 0.83 0.94 0.02
HSL 7.37º 0.96% 0.52% -
HSV(B) 7.37º 0.94% 0.98% -
XYZ 40.37 22.08 2.55 -
YUV 101.59 78.58 233.86 -
System Red Green Blue C M Y K H S L
Decimal 250 43 14 0 0.83 0.94 0.02 7.37 0.96 0.52
Hex FA 2B E 0 53 5E 2 7 60 34
Octal 372 53 16 0 123 136 2 7 140 64
Binary 11111010 101011 1110 0 1010011 1011110 10 111 1100000 110100

Color Harmonies of #FA2B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B0E

Black with #FA2B0E

Text Example


Text Example

White with #FA2B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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