Html Css Color HEX #F23C10 Orange Red

📋 copy color: '#F23C10'

red 242 ◦ green 60 ◦ blue 16

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

Shades of Orange Red #F23C10

Tints of Orange Red #F23C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 76.1%
G = 18.87%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F23C10 (or 0xF23C10) is known color: Orange Red. HEX triplet: F2, 3C and 10. RGB value is (242,60,16). Sum of RGB (Red+Green+Blue) = 242+60+16=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C10 is #0DC3EF. Grayscale: #6D6D6D. Windows color (decimal): -902128 or 1064178. OLE color: 1064178.

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

Color convert

RGB 242 60 16 -
CMYK 0 0.75 0.93 0.05
HSL 11.68º 0.9% 0.51% -
HSV(B) 11.68º 0.93% 0.95% -
XYZ 38.33 22.15 2.74 -
YUV 109.4 75.3 222.58 -
System Red Green Blue C M Y K H S L
Decimal 242 60 16 0 0.75 0.93 0.05 11.68 0.9 0.51
Hex F2 3C 10 0 4B 5D 5 C 5A 33
Octal 362 74 20 0 113 135 5 14 132 63
Binary 11110010 111100 10000 0 1001011 1011101 101 1100 1011010 110011

Color Harmonies of #F23C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C10

Black with #F23C10

Text Example


Text Example

White with #F23C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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