Html Css Color HEX #F23C01 Orange Red

📋 copy color: '#F23C01'

red 242 ◦ green 60 ◦ blue 1

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

Shades of Orange Red #F23C01

Tints of Orange Red #F23C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 79.87%
G = 19.8%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F23C01 (or 0xF23C01) is known color: Orange Red. HEX triplet: F2, 3C and 01. RGB value is (242,60,1). Sum of RGB (Red+Green+Blue) = 242+60+1=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C01 is #0DC3FE. Grayscale: #6C6C6C. Windows color (decimal): -902143 or 81138. OLE color: 81138.

HSL color Cylindrical-coordinate representation of color #F23C01: hue angle of 14.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F23C01 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 60 1 -
CMYK 0 0.75 1.00 0.05
HSL 14.69º 0.99% 0.48% -
HSV(B) 14.69º 1% 0.95% -
XYZ 38.24 22.11 2.28 -
YUV 107.69 67.8 223.8 -
System Red Green Blue C M Y K H S L
Decimal 242 60 1 0 0.75 1.00 0.05 14.69 0.99 0.48
Hex F2 3C 1 0 4B 64 5 F 63 30
Octal 362 74 1 0 113 144 5 17 143 60
Binary 11110010 111100 1 0 1001011 1100100 101 1111 1100011 110000

Color Harmonies of #F23C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C01

Black with #F23C01

Text Example


Text Example

White with #F23C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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