Html Css Color HEX #FE280A Scarlet

📋 copy color: '#FE280A'

red 254 ◦ green 40 ◦ blue 10

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

Shades of Scarlet #FE280A

Tints of Scarlet #FE280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

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

R = 83.55%
G = 13.16%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE280A (or 0xFE280A) is known color: Scarlet. HEX triplet: FE, 28 and 0A. RGB value is (254,40,10). Sum of RGB (Red+Green+Blue) = 254+40+10=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE280A is #01D7F5. Grayscale: #646464. Windows color (decimal): -120822 or 665854. OLE color: 665854.

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

Color convert

RGB 254 40 10 -
CMYK 0 0.84 0.96 0.00
HSL 7.38º 0.99% 0.52% -
HSV(B) 7.38º 0.96% 1% -
XYZ 41.69 22.61 2.45 -
YUV 100.57 76.9 237.44 -
System Red Green Blue C M Y K H S L
Decimal 254 40 10 0 0.84 0.96 0.00 7.38 0.99 0.52
Hex FE 28 A 0 54 60 0 7 63 34
Octal 376 50 12 0 124 140 0 7 143 64
Binary 11111110 101000 1010 0 1010100 1100000 0 111 1100011 110100

Color Harmonies of #FE280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE280A

Black with #FE280A

Text Example


Text Example

White with #FE280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE280A; }

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

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

background-color css

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

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

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

border-color css

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

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

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