Html Css Color HEX #F23813 Orange Red

📋 copy color: '#F23813'

red 242 ◦ green 56 ◦ blue 19

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

Shades of Orange Red #F23813

Tints of Orange Red #F23813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 76.34%
G = 17.67%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F23813 (or 0xF23813) is known color: Orange Red. HEX triplet: F2, 38 and 13. RGB value is (242,56,19). Sum of RGB (Red+Green+Blue) = 242+56+19=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F23813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23813 is #0DC7EC. Grayscale: #6B6B6B. Windows color (decimal): -903149 or 1259762. OLE color: 1259762.

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

Color convert

RGB 242 56 19 -
CMYK 0 0.77 0.92 0.05
HSL 9.96º 0.9% 0.51% -
HSV(B) 9.96º 0.92% 0.95% -
XYZ 38.15 21.75 2.8 -
YUV 107.4 78.12 224.01 -
System Red Green Blue C M Y K H S L
Decimal 242 56 19 0 0.77 0.92 0.05 9.96 0.9 0.51
Hex F2 38 13 0 4D 5C 5 A 5A 33
Octal 362 70 23 0 115 134 5 12 132 63
Binary 11110010 111000 10011 0 1001101 1011100 101 1010 1011010 110011

Color Harmonies of #F23813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23813

Black with #F23813

Text Example


Text Example

White with #F23813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23813; }

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

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

background-color css

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

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

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

border-color css

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

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

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