Html Css Color HEX #F14C3F Sunset Orange

📋 copy color: '#F14C3F'

red 241 ◦ green 76 ◦ blue 63

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

Shades of Sunset Orange #F14C3F

Tints of Sunset Orange #F14C3F

RGB

 RED value IS 241 (94.53% from 255) = 63.42%

 GREEN value IS 76 (30.08% from 255) = 20%

 BLUE value IS 63 (25% from 255) = 16.58%

R = 63.42%
G = 20%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F14C3F (or 0xF14C3F) is known color: Sunset Orange. HEX triplet: F1, 4C and 3F. RGB value is (241,76,63). Sum of RGB (Red+Green+Blue) = 241+76+63=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C3F is #0EB3C0. Grayscale: #7C7C7C. Windows color (decimal): -963521 or 4148465. OLE color: 4148465.

HSL color Cylindrical-coordinate representation of color #F14C3F: hue angle of 4.38º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F14C3F is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 76 63 -
CMYK 0 0.68 0.74 0.05
HSL 4.38º 0.86% 0.6% -
HSV(B) 4.38º 0.74% 0.95% -
XYZ 39.76 24.23 7.28 -
YUV 123.85 93.66 211.56 -
System Red Green Blue C M Y K H S L
Decimal 241 76 63 0 0.68 0.74 0.05 4.38 0.86 0.6
Hex F1 4C 3F 0 44 4A 5 4 56 3C
Octal 361 114 77 0 104 112 5 4 126 74
Binary 11110001 1001100 111111 0 1000100 1001010 101 100 1010110 111100

Color Harmonies of #F14C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C3F

Black with #F14C3F

Text Example


Text Example

White with #F14C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C3F; }

 p { color: rgb(241,76,63); }

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

background-color css

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

 a { background-color: rgb(241,76,63); }

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

border-color css

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

 span { border-color: rgb(241,76,63); }

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