Html Css Color HEX #F12623 Red Orange

📋 copy color: '#F12623'

red 241 ◦ green 38 ◦ blue 35

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

Shades of Red Orange #F12623

Tints of Red Orange #F12623

RGB

 RED value IS 241 (94.53% from 255) = 76.75%

 GREEN value IS 38 (15.23% from 255) = 12.1%

 BLUE value IS 35 (14.06% from 255) = 11.15%

R = 76.75%
G = 12.1%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12623 (or 0xF12623) is known color: Red Orange. HEX triplet: F1, 26 and 23. RGB value is (241,38,35). Sum of RGB (Red+Green+Blue) = 241+38+35=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F12623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12623 is #0ED9DC. Grayscale: #626262. Windows color (decimal): -973277 or 2303729. OLE color: 2303729.

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

Color convert

RGB 241 38 35 -
CMYK 0 0.84 0.85 0.05
HSL 0.87º 0.88% 0.54% -
HSV(B) 0.87º 0.85% 0.95% -
XYZ 37.27 20.21 3.53 -
YUV 98.36 92.25 229.74 -
System Red Green Blue C M Y K H S L
Decimal 241 38 35 0 0.84 0.85 0.05 0.87 0.88 0.54
Hex F1 26 23 0 54 55 5 1 58 36
Octal 361 46 43 0 124 125 5 1 130 66
Binary 11110001 100110 100011 0 1010100 1010101 101 1 1011000 110110

Color Harmonies of #F12623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12623

Black with #F12623

Text Example


Text Example

White with #F12623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12623; }

 p { color: rgb(241,38,35); }

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

background-color css

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

 a { background-color: rgb(241,38,35); }

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

border-color css

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

 span { border-color: rgb(241,38,35); }

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