Html Css Color HEX #F62522 Red Orange

📋 copy color: '#F62522'

red 246 ◦ green 37 ◦ blue 34

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

Shades of Red Orange #F62522

Tints of Red Orange #F62522

RGB

 RED value IS 246 (96.48% from 255) = 77.6%

 GREEN value IS 37 (14.84% from 255) = 11.67%

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

R = 77.6%
G = 11.67%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F62522 (or 0xF62522) is known color: Red Orange. HEX triplet: F6, 25 and 22. RGB value is (246,37,34). Sum of RGB (Red+Green+Blue) = 246+37+34=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F62522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62522 is #09DADD. Grayscale: #636363. Windows color (decimal): -645854 or 2237942. OLE color: 2237942.

HSL color Cylindrical-coordinate representation of color #F62522: hue angle of 0.85º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F62522 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 37 34 -
CMYK 0 0.85 0.86 0.04
HSL 0.85º 0.92% 0.55% -
HSV(B) 0.85º 0.86% 0.96% -
XYZ 38.96 21.03 3.52 -
YUV 99.15 91.24 232.74 -
System Red Green Blue C M Y K H S L
Decimal 246 37 34 0 0.85 0.86 0.04 0.85 0.92 0.55
Hex F6 25 22 0 55 56 4 1 5C 37
Octal 366 45 42 0 125 126 4 1 134 67
Binary 11110110 100101 100010 0 1010101 1010110 100 1 1011100 110111

Color Harmonies of #F62522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62522

Black with #F62522

Text Example


Text Example

White with #F62522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62522; }

 p { color: rgb(246,37,34); }

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

background-color css

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

 a { background-color: rgb(246,37,34); }

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

border-color css

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

 span { border-color: rgb(246,37,34); }

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