Html Css Color HEX #FE240F Scarlet

📋 copy color: '#FE240F'

red 254 ◦ green 36 ◦ blue 15

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

Shades of Scarlet #FE240F

Tints of Scarlet #FE240F

RGB

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

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

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

R = 83.28%
G = 11.8%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE240F (or 0xFE240F) is known color: Scarlet. HEX triplet: FE, 24 and 0F. RGB value is (254,36,15). Sum of RGB (Red+Green+Blue) = 254+36+15=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE240F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE240F is #01DBF0. Grayscale: #636363. Windows color (decimal): -121841 or 992510. OLE color: 992510.

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

Color convert

RGB 254 36 15 -
CMYK 0 0.86 0.94 0.00
HSL 5.27º 0.99% 0.53% -
HSV(B) 5.27º 0.94% 1% -
XYZ 41.59 22.37 2.58 -
YUV 98.79 80.72 238.71 -
System Red Green Blue C M Y K H S L
Decimal 254 36 15 0 0.86 0.94 0.00 5.27 0.99 0.53
Hex FE 24 F 0 56 5E 0 5 63 35
Octal 376 44 17 0 126 136 0 5 143 65
Binary 11111110 100100 1111 0 1010110 1011110 0 101 1100011 110101

Color Harmonies of #FE240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE240F

Black with #FE240F

Text Example


Text Example

White with #FE240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE240F; }

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

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

background-color css

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

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

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

border-color css

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

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

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