Html Css Color HEX #FE340F Scarlet

📋 copy color: '#FE340F'

red 254 ◦ green 52 ◦ blue 15

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

Shades of Scarlet #FE340F

Tints of Scarlet #FE340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

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

R = 79.13%
G = 16.2%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE340F (or 0xFE340F) is known color: Scarlet. HEX triplet: FE, 34 and 0F. RGB value is (254,52,15). Sum of RGB (Red+Green+Blue) = 254+52+15=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE340F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE340F is #01CBF0. Grayscale: #6C6C6C. Windows color (decimal): -117745 or 996606. OLE color: 996606.

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

Color convert

RGB 254 52 15 -
CMYK 0 0.80 0.94 0.00
HSL 9.29º 0.99% 0.53% -
HSV(B) 9.29º 0.94% 1% -
XYZ 42.19 23.56 2.78 -
YUV 108.18 75.42 232.01 -
System Red Green Blue C M Y K H S L
Decimal 254 52 15 0 0.80 0.94 0.00 9.29 0.99 0.53
Hex FE 34 F 0 50 5E 0 9 63 35
Octal 376 64 17 0 120 136 0 11 143 65
Binary 11111110 110100 1111 0 1010000 1011110 0 1001 1100011 110101

Color Harmonies of #FE340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE340F

Black with #FE340F

Text Example


Text Example

White with #FE340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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