Html Css Color HEX #F23C07 Orange Red

📋 copy color: '#F23C07'

red 242 ◦ green 60 ◦ blue 7

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

Shades of Orange Red #F23C07

Tints of Orange Red #F23C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.27%

R = 78.32%
G = 19.42%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F23C07 (or 0xF23C07) is known color: Orange Red. HEX triplet: F2, 3C and 07. RGB value is (242,60,7). Sum of RGB (Red+Green+Blue) = 242+60+7=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C07 is #0DC3F8. Grayscale: #6C6C6C. Windows color (decimal): -902137 or 474354. OLE color: 474354.

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

Color convert

RGB 242 60 7 -
CMYK 0 0.75 0.97 0.05
HSL 13.53º 0.94% 0.49% -
HSV(B) 13.53º 0.97% 0.95% -
XYZ 38.27 22.12 2.45 -
YUV 108.38 70.8 223.31 -
System Red Green Blue C M Y K H S L
Decimal 242 60 7 0 0.75 0.97 0.05 13.53 0.94 0.49
Hex F2 3C 7 0 4B 61 5 E 5E 31
Octal 362 74 7 0 113 141 5 16 136 61
Binary 11110010 111100 111 0 1001011 1100001 101 1110 1011110 110001

Color Harmonies of #F23C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C07

Black with #F23C07

Text Example


Text Example

White with #F23C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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