Html Css Color HEX #F23C14 Orange Red

📋 copy color: '#F23C14'

red 242 ◦ green 60 ◦ blue 20

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

Shades of Orange Red #F23C14

Tints of Orange Red #F23C14

RGB

 RED value IS 242 (94.92% from 255) = 75.16%

 GREEN value IS 60 (23.83% from 255) = 18.63%

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

R = 75.16%
G = 18.63%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F23C14 (or 0xF23C14) is known color: Orange Red. HEX triplet: F2, 3C and 14. RGB value is (242,60,20). Sum of RGB (Red+Green+Blue) = 242+60+20=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C14 is #0DC3EB. Grayscale: #6E6E6E. Windows color (decimal): -902124 or 1326322. OLE color: 1326322.

HSL color Cylindrical-coordinate representation of color #F23C14: hue angle of 10.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F23C14 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 60 20 -
CMYK 0 0.75 0.92 0.05
HSL 10.81º 0.9% 0.51% -
HSV(B) 10.81º 0.92% 0.95% -
XYZ 38.36 22.16 2.92 -
YUV 109.86 77.3 222.25 -
System Red Green Blue C M Y K H S L
Decimal 242 60 20 0 0.75 0.92 0.05 10.81 0.9 0.51
Hex F2 3C 14 0 4B 5C 5 B 5A 33
Octal 362 74 24 0 113 134 5 13 132 63
Binary 11110010 111100 10100 0 1001011 1011100 101 1011 1011010 110011

Color Harmonies of #F23C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C14

Black with #F23C14

Text Example


Text Example

White with #F23C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C14; }

 p { color: rgb(242,60,20); }

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

background-color css

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

 a { background-color: rgb(242,60,20); }

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

border-color css

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

 span { border-color: rgb(242,60,20); }

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