Html Css Color HEX #FE270A Scarlet

📋 copy color: '#FE270A'

red 254 ◦ green 39 ◦ blue 10

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

Shades of Scarlet #FE270A

Tints of Scarlet #FE270A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 83.83%
G = 12.87%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE270A (or 0xFE270A) is known color: Scarlet. HEX triplet: FE, 27 and 0A. RGB value is (254,39,10). Sum of RGB (Red+Green+Blue) = 254+39+10=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE270A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE270A is #01D8F5. Grayscale: #646464. Windows color (decimal): -121078 or 665598. OLE color: 665598.

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

Color convert

RGB 254 39 10 -
CMYK 0 0.85 0.96 0.00
HSL 7.13º 0.99% 0.52% -
HSV(B) 7.13º 0.96% 1% -
XYZ 41.65 22.54 2.44 -
YUV 99.98 77.23 237.86 -
System Red Green Blue C M Y K H S L
Decimal 254 39 10 0 0.85 0.96 0.00 7.13 0.99 0.52
Hex FE 27 A 0 55 60 0 7 63 34
Octal 376 47 12 0 125 140 0 7 143 64
Binary 11111110 100111 1010 0 1010101 1100000 0 111 1100011 110100

Color Harmonies of #FE270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE270A

Black with #FE270A

Text Example


Text Example

White with #FE270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE270A; }

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

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

background-color css

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

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

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

border-color css

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

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

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