Html Css Color HEX #FE300C Scarlet

📋 copy color: '#FE300C'

red 254 ◦ green 48 ◦ blue 12

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

Shades of Scarlet #FE300C

Tints of Scarlet #FE300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 80.89%
G = 15.29%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE300C (or 0xFE300C) is known color: Scarlet. HEX triplet: FE, 30 and 0C. RGB value is (254,48,12). Sum of RGB (Red+Green+Blue) = 254+48+12=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE300C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE300C is #01CFF3. Grayscale: #696969. Windows color (decimal): -118772 or 798974. OLE color: 798974.

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

Color convert

RGB 254 48 12 -
CMYK 0 0.81 0.95 0.00
HSL 8.93º 0.99% 0.52% -
HSV(B) 8.93º 0.95% 1% -
XYZ 42 23.21 2.61 -
YUV 105.49 75.25 233.93 -
System Red Green Blue C M Y K H S L
Decimal 254 48 12 0 0.81 0.95 0.00 8.93 0.99 0.52
Hex FE 30 C 0 51 5F 0 9 63 34
Octal 376 60 14 0 121 137 0 11 143 64
Binary 11111110 110000 1100 0 1010001 1011111 0 1001 1100011 110100

Color Harmonies of #FE300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE300C

Black with #FE300C

Text Example


Text Example

White with #FE300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE300C; }

 p { color: rgb(254,48,12); }

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

background-color css

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

 a { background-color: rgb(254,48,12); }

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

border-color css

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

 span { border-color: rgb(254,48,12); }

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