Html Css Color HEX #FE3200 Scarlet

📋 copy color: '#FE3200'

red 254 ◦ green 50 ◦ blue 0

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

Shades of Scarlet #FE3200

Tints of Scarlet #FE3200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.55%
G = 16.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE3200 (or 0xFE3200) is known color: Scarlet. HEX triplet: FE, 32 and 00. RGB value is (254,50,0). Sum of RGB (Red+Green+Blue) = 254+50+0=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3200 is #01CDFF. Grayscale: #696969. Windows color (decimal): -118272 or 13054. OLE color: 13054.

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

Color convert

RGB 254 50 0 -
CMYK 0 0.80 1 0.00
HSL 11.81º 1% 0.5% -
HSV(B) 11.81º 1% 1% -
XYZ 42.01 23.35 2.29 -
YUV 105.3 68.59 234.07 -
System Red Green Blue C M Y K H S L
Decimal 254 50 0 0 0.80 1 0.00 11.81 1 0.5
Hex FE 32 0 0 50 64 0 C 64 32
Octal 376 62 0 0 120 144 0 14 144 62
Binary 11111110 110010 0 0 1010000 1100100 0 1100 1100100 110010

Color Harmonies of #FE3200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3200

Black with #FE3200

Text Example


Text Example

White with #FE3200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3200; }

 p { color: rgb(254,50,0); }

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

background-color css

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

 a { background-color: rgb(254,50,0); }

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

border-color css

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

 span { border-color: rgb(254,50,0); }

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