Html Css Color HEX #F23C1E Red Orange

📋 copy color: '#F23C1E'

red 242 ◦ green 60 ◦ blue 30

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

Shades of Red Orange #F23C1E

Tints of Red Orange #F23C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

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

R = 72.89%
G = 18.07%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F23C1E (or 0xF23C1E) is known color: Red Orange. HEX triplet: F2, 3C and 1E. RGB value is (242,60,30). Sum of RGB (Red+Green+Blue) = 242+60+30=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C1E is #0DC3E1. Grayscale: #6F6F6F. Windows color (decimal): -902114 or 1981682. OLE color: 1981682.

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

Color convert

RGB 242 60 30 -
CMYK 0 0.75 0.88 0.05
HSL 8.49º 0.89% 0.53% -
HSV(B) 8.49º 0.88% 0.95% -
XYZ 38.47 22.2 3.49 -
YUV 111 82.3 221.44 -
System Red Green Blue C M Y K H S L
Decimal 242 60 30 0 0.75 0.88 0.05 8.49 0.89 0.53
Hex F2 3C 1E 0 4B 58 5 8 59 35
Octal 362 74 36 0 113 130 5 10 131 65
Binary 11110010 111100 11110 0 1001011 1011000 101 1000 1011001 110101

Color Harmonies of #F23C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C1E

Black with #F23C1E

Text Example


Text Example

White with #F23C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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