Html Css Color HEX #F12622 Red Orange

📋 copy color: '#F12622'

red 241 ◦ green 38 ◦ blue 34

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

Shades of Red Orange #F12622

Tints of Red Orange #F12622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.86%

R = 77%
G = 12.14%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F12622 (or 0xF12622) is known color: Red Orange. HEX triplet: F1, 26 and 22. RGB value is (241,38,34). Sum of RGB (Red+Green+Blue) = 241+38+34=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F12622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12622 is #0ED9DD. Grayscale: #626262. Windows color (decimal): -973278 or 2238193. OLE color: 2238193.

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

Color convert

RGB 241 38 34 -
CMYK 0 0.84 0.86 0.05
HSL 1.16º 0.88% 0.54% -
HSV(B) 1.16º 0.86% 0.95% -
XYZ 37.26 20.2 3.45 -
YUV 98.24 91.75 229.83 -
System Red Green Blue C M Y K H S L
Decimal 241 38 34 0 0.84 0.86 0.05 1.16 0.88 0.54
Hex F1 26 22 0 54 56 5 1 58 36
Octal 361 46 42 0 124 126 5 1 130 66
Binary 11110001 100110 100010 0 1010100 1010110 101 1 1011000 110110

Color Harmonies of #F12622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12622

Black with #F12622

Text Example


Text Example

White with #F12622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12622; }

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

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

background-color css

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

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

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

border-color css

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

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

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