Html Css Color HEX #FE250C Scarlet

📋 copy color: '#FE250C'

red 254 ◦ green 37 ◦ blue 12

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

Shades of Scarlet #FE250C

Tints of Scarlet #FE250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

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

R = 83.83%
G = 12.21%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE250C (or 0xFE250C) is known color: Scarlet. HEX triplet: FE, 25 and 0C. RGB value is (254,37,12). Sum of RGB (Red+Green+Blue) = 254+37+12=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE250C is #01DAF3. Grayscale: #636363. Windows color (decimal): -121588 or 796158. OLE color: 796158.

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

Color convert

RGB 254 37 12 -
CMYK 0 0.85 0.95 0.00
HSL 6.2º 0.99% 0.52% -
HSV(B) 6.2º 0.95% 1% -
XYZ 41.6 22.42 2.48 -
YUV 99.03 78.89 238.53 -
System Red Green Blue C M Y K H S L
Decimal 254 37 12 0 0.85 0.95 0.00 6.2 0.99 0.52
Hex FE 25 C 0 55 5F 0 6 63 34
Octal 376 45 14 0 125 137 0 6 143 64
Binary 11111110 100101 1100 0 1010101 1011111 0 110 1100011 110100

Color Harmonies of #FE250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE250C

Black with #FE250C

Text Example


Text Example

White with #FE250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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