Html Css Color HEX #F23717 Orange Red

📋 copy color: '#F23717'

red 242 ◦ green 55 ◦ blue 23

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

Shades of Orange Red #F23717

Tints of Orange Red #F23717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.19%

R = 75.63%
G = 17.19%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F23717 (or 0xF23717) is known color: Orange Red. HEX triplet: F2, 37 and 17. RGB value is (242,55,23). Sum of RGB (Red+Green+Blue) = 242+55+23=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F23717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23717 is #0DC8E8. Grayscale: #6B6B6B. Windows color (decimal): -903401 or 1521650. OLE color: 1521650.

HSL color Cylindrical-coordinate representation of color #F23717: hue angle of 8.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F23717 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 55 23 -
CMYK 0 0.77 0.90 0.05
HSL 8.77º 0.89% 0.52% -
HSV(B) 8.77º 0.9% 0.95% -
XYZ 38.14 21.67 2.98 -
YUV 107.27 80.45 224.1 -
System Red Green Blue C M Y K H S L
Decimal 242 55 23 0 0.77 0.90 0.05 8.77 0.89 0.52
Hex F2 37 17 0 4D 5A 5 9 59 34
Octal 362 67 27 0 115 132 5 11 131 64
Binary 11110010 110111 10111 0 1001101 1011010 101 1001 1011001 110100

Color Harmonies of #F23717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23717

Black with #F23717

Text Example


Text Example

White with #F23717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23717; }

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

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

background-color css

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

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

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

border-color css

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

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

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