Html Css Color HEX #F14C3E Sunset Orange

📋 copy color: '#F14C3E'

red 241 ◦ green 76 ◦ blue 62

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

Shades of Sunset Orange #F14C3E

Tints of Sunset Orange #F14C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.36%

R = 63.59%
G = 20.05%
B = 16.36%

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

#F14C3E (or 0xF14C3E) is known color: Sunset Orange. HEX triplet: F1, 4C and 3E. RGB value is (241,76,62). Sum of RGB (Red+Green+Blue) = 241+76+62=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C3E is #0EB3C1. Grayscale: #7B7B7B. Windows color (decimal): -963522 or 4082929. OLE color: 4082929.

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

Color convert

RGB 241 76 62 -
CMYK 0 0.68 0.74 0.05
HSL 4.69º 0.86% 0.59% -
HSV(B) 4.69º 0.74% 0.95% -
XYZ 39.73 24.22 7.14 -
YUV 123.74 93.16 211.64 -
System Red Green Blue C M Y K H S L
Decimal 241 76 62 0 0.68 0.74 0.05 4.69 0.86 0.59
Hex F1 4C 3E 0 44 4A 5 5 56 3B
Octal 361 114 76 0 104 112 5 5 126 73
Binary 11110001 1001100 111110 0 1000100 1001010 101 101 1010110 111011

Color Harmonies of #F14C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C3E

Black with #F14C3E

Text Example


Text Example

White with #F14C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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