Html Css Color HEX #F23701 Orange Red

📋 copy color: '#F23701'

red 242 ◦ green 55 ◦ blue 1

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

Shades of Orange Red #F23701

Tints of Orange Red #F23701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 81.21%
G = 18.46%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F23701 (or 0xF23701) is known color: Orange Red. HEX triplet: F2, 37 and 01. RGB value is (242,55,1). Sum of RGB (Red+Green+Blue) = 242+55+1=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F23701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23701 is #0DC8FE. Grayscale: #696969. Windows color (decimal): -903423 or 79858. OLE color: 79858.

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

Color convert

RGB 242 55 1 -
CMYK 0 0.77 1.00 0.05
HSL 13.44º 0.99% 0.48% -
HSV(B) 13.44º 1% 0.95% -
XYZ 37.99 21.61 2.2 -
YUV 104.76 69.45 225.89 -
System Red Green Blue C M Y K H S L
Decimal 242 55 1 0 0.77 1.00 0.05 13.44 0.99 0.48
Hex F2 37 1 0 4D 64 5 D 63 30
Octal 362 67 1 0 115 144 5 15 143 60
Binary 11110010 110111 1 0 1001101 1100100 101 1101 1100011 110000

Color Harmonies of #F23701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23701

Black with #F23701

Text Example


Text Example

White with #F23701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23701; }

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

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

background-color css

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

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

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

border-color css

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

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

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