Html Css Color HEX #FA2E08 Scarlet

📋 copy color: '#FA2E08'

red 250 ◦ green 46 ◦ blue 8

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

Shades of Scarlet #FA2E08

Tints of Scarlet #FA2E08

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

 BLUE value IS 8 (3.52% from 255) = 2.63%

R = 82.24%
G = 15.13%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA2E08 (or 0xFA2E08) is known color: Scarlet. HEX triplet: FA, 2E and 08. RGB value is (250,46,8). Sum of RGB (Red+Green+Blue) = 250+46+8=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2E08 is #05D1F7. Grayscale: #676767. Windows color (decimal): -381432 or 536314. OLE color: 536314.

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

Color convert

RGB 250 46 8 -
CMYK 0 0.82 0.97 0.02
HSL 9.42º 0.96% 0.51% -
HSV(B) 9.42º 0.97% 0.98% -
XYZ 40.45 22.3 2.4 -
YUV 102.66 74.59 233.09 -
System Red Green Blue C M Y K H S L
Decimal 250 46 8 0 0.82 0.97 0.02 9.42 0.96 0.51
Hex FA 2E 8 0 52 61 2 9 60 33
Octal 372 56 10 0 122 141 2 11 140 63
Binary 11111010 101110 1000 0 1010010 1100001 10 1001 1100000 110011

Color Harmonies of #FA2E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E08

Black with #FA2E08

Text Example


Text Example

White with #FA2E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E08; }

 p { color: rgb(250,46,8); }

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

background-color css

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

 a { background-color: rgb(250,46,8); }

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

border-color css

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

 span { border-color: rgb(250,46,8); }

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