Html Css Color HEX #FE240A Scarlet

📋 copy color: '#FE240A'

red 254 ◦ green 36 ◦ blue 10

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

Shades of Scarlet #FE240A

Tints of Scarlet #FE240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

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

R = 84.67%
G = 12%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE240A (or 0xFE240A) is known color: Scarlet. HEX triplet: FE, 24 and 0A. RGB value is (254,36,10). Sum of RGB (Red+Green+Blue) = 254+36+10=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE240A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE240A is #01DBF5. Grayscale: #626262. Windows color (decimal): -121846 or 664830. OLE color: 664830.

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

Color convert

RGB 254 36 10 -
CMYK 0 0.86 0.96 0.00
HSL 6.39º 0.99% 0.52% -
HSV(B) 6.39º 0.96% 1% -
XYZ 41.56 22.35 2.41 -
YUV 98.22 78.22 239.11 -
System Red Green Blue C M Y K H S L
Decimal 254 36 10 0 0.86 0.96 0.00 6.39 0.99 0.52
Hex FE 24 A 0 56 60 0 6 63 34
Octal 376 44 12 0 126 140 0 6 143 64
Binary 11111110 100100 1010 0 1010110 1100000 0 110 1100011 110100

Color Harmonies of #FE240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE240A

Black with #FE240A

Text Example


Text Example

White with #FE240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE240A; }

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

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

background-color css

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

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

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

border-color css

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

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

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