Html Css Color HEX #F23812 Orange Red

📋 copy color: '#F23812'

red 242 ◦ green 56 ◦ blue 18

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

Shades of Orange Red #F23812

Tints of Orange Red #F23812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 76.58%
G = 17.72%
B = 5.7%

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

#F23812 (or 0xF23812) is known color: Orange Red. HEX triplet: F2, 38 and 12. RGB value is (242,56,18). Sum of RGB (Red+Green+Blue) = 242+56+18=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F23812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23812 is #0DC7ED. Grayscale: #6B6B6B. Windows color (decimal): -903150 or 1194226. OLE color: 1194226.

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

Color convert

RGB 242 56 18 -
CMYK 0 0.77 0.93 0.05
HSL 10.18º 0.9% 0.51% -
HSV(B) 10.18º 0.93% 0.95% -
XYZ 38.14 21.75 2.76 -
YUV 107.28 77.62 224.09 -
System Red Green Blue C M Y K H S L
Decimal 242 56 18 0 0.77 0.93 0.05 10.18 0.9 0.51
Hex F2 38 12 0 4D 5D 5 A 5A 33
Octal 362 70 22 0 115 135 5 12 132 63
Binary 11110010 111000 10010 0 1001101 1011101 101 1010 1011010 110011

Color Harmonies of #F23812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23812

Black with #F23812

Text Example


Text Example

White with #F23812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23812; }

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

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

background-color css

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

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

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

border-color css

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

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

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