Html Css Color HEX #F23811 Orange Red

📋 copy color: '#F23811'

red 242 ◦ green 56 ◦ blue 17

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

Shades of Orange Red #F23811

Tints of Orange Red #F23811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 17 (7.03% from 255) = 5.4%

R = 76.83%
G = 17.78%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F23811 (or 0xF23811) is known color: Orange Red. HEX triplet: F2, 38 and 11. RGB value is (242,56,17). Sum of RGB (Red+Green+Blue) = 242+56+17=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F23811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23811 is #0DC7EE. Grayscale: #6B6B6B. Windows color (decimal): -903151 or 1128690. OLE color: 1128690.

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

Color convert

RGB 242 56 17 -
CMYK 0 0.77 0.93 0.05
HSL 10.4º 0.9% 0.51% -
HSV(B) 10.4º 0.93% 0.95% -
XYZ 38.13 21.75 2.72 -
YUV 107.17 77.12 224.17 -
System Red Green Blue C M Y K H S L
Decimal 242 56 17 0 0.77 0.93 0.05 10.4 0.9 0.51
Hex F2 38 11 0 4D 5D 5 A 5A 33
Octal 362 70 21 0 115 135 5 12 132 63
Binary 11110010 111000 10001 0 1001101 1011101 101 1010 1011010 110011

Color Harmonies of #F23811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23811

Black with #F23811

Text Example


Text Example

White with #F23811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23811; }

 p { color: rgb(242,56,17); }

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

background-color css

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

 a { background-color: rgb(242,56,17); }

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

border-color css

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

 span { border-color: rgb(242,56,17); }

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