Html Css Color HEX #FE2A00 Scarlet

📋 copy color: '#FE2A00'

red 254 ◦ green 42 ◦ blue 0

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

Shades of Scarlet #FE2A00

Tints of Scarlet #FE2A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.81%
G = 14.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE2A00 (or 0xFE2A00) is known color: Scarlet. HEX triplet: FE, 2A and 00. RGB value is (254,42,0). Sum of RGB (Red+Green+Blue) = 254+42+0=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A00 is #01D5FF. Grayscale: #646464. Windows color (decimal): -120320 or 11006. OLE color: 11006.

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

Color convert

RGB 254 42 0 -
CMYK 0 0.83 1 0.00
HSL 9.92º 1% 0.5% -
HSV(B) 9.92º 1% 1% -
XYZ 41.7 22.73 2.19 -
YUV 100.6 71.24 237.42 -
System Red Green Blue C M Y K H S L
Decimal 254 42 0 0 0.83 1 0.00 9.92 1 0.5
Hex FE 2A 0 0 53 64 0 A 64 32
Octal 376 52 0 0 123 144 0 12 144 62
Binary 11111110 101010 0 0 1010011 1100100 0 1010 1100100 110010

Color Harmonies of #FE2A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2A00

Black with #FE2A00

Text Example


Text Example

White with #FE2A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2A00; }

 p { color: rgb(254,42,0); }

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

background-color css

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

 a { background-color: rgb(254,42,0); }

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

border-color css

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

 span { border-color: rgb(254,42,0); }

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