Html Css Color HEX #F23C0E Orange Red

📋 copy color: '#F23C0E'

red 242 ◦ green 60 ◦ blue 14

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

Shades of Orange Red #F23C0E

Tints of Orange Red #F23C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 76.58%
G = 18.99%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F23C0E (or 0xF23C0E) is known color: Orange Red. HEX triplet: F2, 3C and 0E. RGB value is (242,60,14). Sum of RGB (Red+Green+Blue) = 242+60+14=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C0E is #0DC3F1. Grayscale: #6D6D6D. Windows color (decimal): -902130 or 933106. OLE color: 933106.

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

Color convert

RGB 242 60 14 -
CMYK 0 0.75 0.94 0.05
HSL 12.11º 0.9% 0.5% -
HSV(B) 12.11º 0.94% 0.95% -
XYZ 38.31 22.14 2.67 -
YUV 109.17 74.3 222.74 -
System Red Green Blue C M Y K H S L
Decimal 242 60 14 0 0.75 0.94 0.05 12.11 0.9 0.5
Hex F2 3C E 0 4B 5E 5 C 5A 32
Octal 362 74 16 0 113 136 5 14 132 62
Binary 11110010 111100 1110 0 1001011 1011110 101 1100 1011010 110010

Color Harmonies of #F23C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C0E

Black with #F23C0E

Text Example


Text Example

White with #F23C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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