Html Css Color HEX #F14304 Orange Red

📋 copy color: '#F14304'

red 241 ◦ green 67 ◦ blue 4

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

Shades of Orange Red #F14304

Tints of Orange Red #F14304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 77.24%
G = 21.47%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F14304 (or 0xF14304) is known color: Orange Red. HEX triplet: F1, 43 and 04. RGB value is (241,67,4). Sum of RGB (Red+Green+Blue) = 241+67+4=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F14304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14304 is #0EBCFB. Grayscale: #707070. Windows color (decimal): -965884 or 279537. OLE color: 279537.

HSL color Cylindrical-coordinate representation of color #F14304: hue angle of 15.95º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F14304 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 67 4 -
CMYK 0 0.72 0.98 0.05
HSL 15.95º 0.97% 0.48% -
HSV(B) 15.95º 0.98% 0.95% -
XYZ 38.3 22.72 2.48 -
YUV 111.84 67.15 220.12 -
System Red Green Blue C M Y K H S L
Decimal 241 67 4 0 0.72 0.98 0.05 15.95 0.97 0.48
Hex F1 43 4 0 48 62 5 10 61 30
Octal 361 103 4 0 110 142 5 20 141 60
Binary 11110001 1000011 100 0 1001000 1100010 101 10000 1100001 110000

Color Harmonies of #F14304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14304

Black with #F14304

Text Example


Text Example

White with #F14304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14304; }

 p { color: rgb(241,67,4); }

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

background-color css

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

 a { background-color: rgb(241,67,4); }

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

border-color css

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

 span { border-color: rgb(241,67,4); }

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