Html Css Color HEX #FE280F Scarlet

📋 copy color: '#FE280F'

red 254 ◦ green 40 ◦ blue 15

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

Shades of Scarlet #FE280F

Tints of Scarlet #FE280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 82.2%
G = 12.94%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE280F (or 0xFE280F) is known color: Scarlet. HEX triplet: FE, 28 and 0F. RGB value is (254,40,15). Sum of RGB (Red+Green+Blue) = 254+40+15=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE280F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE280F is #01D7F0. Grayscale: #656565. Windows color (decimal): -120817 or 993534. OLE color: 993534.

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

Color convert

RGB 254 40 15 -
CMYK 0 0.84 0.94 0.00
HSL 6.28º 0.99% 0.53% -
HSV(B) 6.28º 0.94% 1% -
XYZ 41.72 22.62 2.62 -
YUV 101.14 79.4 237.03 -
System Red Green Blue C M Y K H S L
Decimal 254 40 15 0 0.84 0.94 0.00 6.28 0.99 0.53
Hex FE 28 F 0 54 5E 0 6 63 35
Octal 376 50 17 0 124 136 0 6 143 65
Binary 11111110 101000 1111 0 1010100 1011110 0 110 1100011 110101

Color Harmonies of #FE280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE280F

Black with #FE280F

Text Example


Text Example

White with #FE280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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