Html Css Color HEX #FE3205 Scarlet

📋 copy color: '#FE3205'

red 254 ◦ green 50 ◦ blue 5

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

Shades of Scarlet #FE3205

Tints of Scarlet #FE3205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 82.2%
G = 16.18%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE3205 (or 0xFE3205) is known color: Scarlet. HEX triplet: FE, 32 and 05. RGB value is (254,50,5). Sum of RGB (Red+Green+Blue) = 254+50+5=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3205 is #01CDFA. Grayscale: #6A6A6A. Windows color (decimal): -118267 or 340734. OLE color: 340734.

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

Color convert

RGB 254 50 5 -
CMYK 0 0.80 0.98 0.00
HSL 10.84º 0.99% 0.51% -
HSV(B) 10.84º 0.98% 1% -
XYZ 42.04 23.36 2.44 -
YUV 105.87 71.09 233.66 -
System Red Green Blue C M Y K H S L
Decimal 254 50 5 0 0.80 0.98 0.00 10.84 0.99 0.51
Hex FE 32 5 0 50 62 0 B 63 33
Octal 376 62 5 0 120 142 0 13 143 63
Binary 11111110 110010 101 0 1010000 1100010 0 1011 1100011 110011

Color Harmonies of #FE3205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3205

Black with #FE3205

Text Example


Text Example

White with #FE3205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3205; }

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

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

background-color css

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

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

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

border-color css

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

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

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