Html Css Color HEX #FE320A Scarlet

📋 copy color: '#FE320A'

red 254 ◦ green 50 ◦ blue 10

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

Shades of Scarlet #FE320A

Tints of Scarlet #FE320A

RGB

 RED value IS 254 (99.61% from 255) = 80.89%

 GREEN value IS 50 (19.92% from 255) = 15.92%

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 80.89%
G = 15.92%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE320A (or 0xFE320A) is known color: Scarlet. HEX triplet: FE, 32 and 0A. RGB value is (254,50,10). Sum of RGB (Red+Green+Blue) = 254+50+10=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE320A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE320A is #01CDF5. Grayscale: #6A6A6A. Windows color (decimal): -118262 or 668414. OLE color: 668414.

HSL color Cylindrical-coordinate representation of color #FE320A: hue angle of 9.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE320A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 50 10 -
CMYK 0 0.80 0.96 0.00
HSL 9.84º 0.99% 0.52% -
HSV(B) 9.84º 0.96% 1% -
XYZ 42.07 23.37 2.58 -
YUV 106.44 73.59 233.25 -
System Red Green Blue C M Y K H S L
Decimal 254 50 10 0 0.80 0.96 0.00 9.84 0.99 0.52
Hex FE 32 A 0 50 60 0 A 63 34
Octal 376 62 12 0 120 140 0 12 143 64
Binary 11111110 110010 1010 0 1010000 1100000 0 1010 1100011 110100

Color Harmonies of #FE320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE320A

Black with #FE320A

Text Example


Text Example

White with #FE320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE320A; }

 p { color: rgb(254,50,10); }

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

background-color css

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

 a { background-color: rgb(254,50,10); }

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

border-color css

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

 span { border-color: rgb(254,50,10); }

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