Html Css Color HEX #F23F14 Orange Red

📋 copy color: '#F23F14'

red 242 ◦ green 63 ◦ blue 20

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

Shades of Orange Red #F23F14

Tints of Orange Red #F23F14

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

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

R = 74.46%
G = 19.38%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F23F14 (or 0xF23F14) is known color: Orange Red. HEX triplet: F2, 3F and 14. RGB value is (242,63,20). Sum of RGB (Red+Green+Blue) = 242+63+20=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F14 is #0DC0EB. Grayscale: #6F6F6F. Windows color (decimal): -901356 or 1327090. OLE color: 1327090.

HSL color Cylindrical-coordinate representation of color #F23F14: hue angle of 11.62º 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 #F23F14 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 63 20 -
CMYK 0 0.74 0.92 0.05
HSL 11.62º 0.9% 0.51% -
HSV(B) 11.62º 0.92% 0.95% -
XYZ 38.52 22.48 2.97 -
YUV 111.62 76.3 221 -
System Red Green Blue C M Y K H S L
Decimal 242 63 20 0 0.74 0.92 0.05 11.62 0.9 0.51
Hex F2 3F 14 0 4A 5C 5 C 5A 33
Octal 362 77 24 0 112 134 5 14 132 63
Binary 11110010 111111 10100 0 1001010 1011100 101 1100 1011010 110011

Color Harmonies of #F23F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F14

Black with #F23F14

Text Example


Text Example

White with #F23F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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