Html Css Color HEX #F04314 Orange Red

📋 copy color: '#F04314'

red 240 ◦ green 67 ◦ blue 20

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

Shades of Orange Red #F04314

Tints of Orange Red #F04314

RGB

 RED value IS 240 (94.14% from 255) = 73.39%

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 73.39%
G = 20.49%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04314 (or 0xF04314) is known color: Orange Red. HEX triplet: F0, 43 and 14. RGB value is (240,67,20). Sum of RGB (Red+Green+Blue) = 240+67+20=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F04314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04314 is #0FBCEB. Grayscale: #717171. Windows color (decimal): -1031404 or 1328112. OLE color: 1328112.

HSL color Cylindrical-coordinate representation of color #F04314: hue angle of 12.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F04314 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 67 20 -
CMYK 0 0.72 0.92 0.06
HSL 12.82º 0.88% 0.51% -
HSV(B) 12.82º 0.92% 0.94% -
XYZ 38.07 22.59 3.02 -
YUV 113.37 75.31 218.32 -
System Red Green Blue C M Y K H S L
Decimal 240 67 20 0 0.72 0.92 0.06 12.82 0.88 0.51
Hex F0 43 14 0 48 5C 6 D 58 33
Octal 360 103 24 0 110 134 6 15 130 63
Binary 11110000 1000011 10100 0 1001000 1011100 110 1101 1011000 110011

Color Harmonies of #F04314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04314

Black with #F04314

Text Example


Text Example

White with #F04314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04314; }

 p { color: rgb(240,67,20); }

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

background-color css

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

 a { background-color: rgb(240,67,20); }

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

border-color css

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

 span { border-color: rgb(240,67,20); }

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