Html Css Color HEX #F23E1E Red Orange

📋 copy color: '#F23E1E'

red 242 ◦ green 62 ◦ blue 30

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

Shades of Red Orange #F23E1E

Tints of Red Orange #F23E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.56%

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 72.46%
G = 18.56%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F23E1E (or 0xF23E1E) is known color: Red Orange. HEX triplet: F2, 3E and 1E. RGB value is (242,62,30). Sum of RGB (Red+Green+Blue) = 242+62+30=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23E1E is #0DC1E1. Grayscale: #707070. Windows color (decimal): -901602 or 1982194. OLE color: 1982194.

HSL color Cylindrical-coordinate representation of color #F23E1E: hue angle of 9.06º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F23E1E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 62 30 -
CMYK 0 0.74 0.88 0.05
HSL 9.06º 0.89% 0.53% -
HSV(B) 9.06º 0.88% 0.95% -
XYZ 38.57 22.42 3.52 -
YUV 112.17 81.63 220.6 -
System Red Green Blue C M Y K H S L
Decimal 242 62 30 0 0.74 0.88 0.05 9.06 0.89 0.53
Hex F2 3E 1E 0 4A 58 5 9 59 35
Octal 362 76 36 0 112 130 5 11 131 65
Binary 11110010 111110 11110 0 1001010 1011000 101 1001 1011001 110101

Color Harmonies of #F23E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23E1E

Black with #F23E1E

Text Example


Text Example

White with #F23E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23E1E; }

 p { color: rgb(242,62,30); }

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

background-color css

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

 a { background-color: rgb(242,62,30); }

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

border-color css

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

 span { border-color: rgb(242,62,30); }

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