Html Css Color HEX #F23601 Orange Red

📋 copy color: '#F23601'

red 242 ◦ green 54 ◦ blue 1

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

Shades of Orange Red #F23601

Tints of Orange Red #F23601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 81.48%
G = 18.18%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F23601 (or 0xF23601) is known color: Orange Red. HEX triplet: F2, 36 and 01. RGB value is (242,54,1). Sum of RGB (Red+Green+Blue) = 242+54+1=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F23601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23601 is #0DC9FE. Grayscale: #686868. Windows color (decimal): -903679 or 79602. OLE color: 79602.

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

Color convert

RGB 242 54 1 -
CMYK 0 0.78 1.00 0.05
HSL 13.2º 0.99% 0.48% -
HSV(B) 13.2º 1% 0.95% -
XYZ 37.94 21.52 2.18 -
YUV 104.17 69.78 226.31 -
System Red Green Blue C M Y K H S L
Decimal 242 54 1 0 0.78 1.00 0.05 13.2 0.99 0.48
Hex F2 36 1 0 4E 64 5 D 63 30
Octal 362 66 1 0 116 144 5 15 143 60
Binary 11110010 110110 1 0 1001110 1100100 101 1101 1100011 110000

Color Harmonies of #F23601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23601

Black with #F23601

Text Example


Text Example

White with #F23601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23601; }

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

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

background-color css

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

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

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

border-color css

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

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

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