Html Css Color HEX #F64529 Red Orange

📋 copy color: '#F64529'

red 246 ◦ green 69 ◦ blue 41

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

Shades of Red Orange #F64529

Tints of Red Orange #F64529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.38%

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 69.1%
G = 19.38%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F64529 (or 0xF64529) is known color: Red Orange. HEX triplet: F6, 45 and 29. RGB value is (246,69,41). Sum of RGB (Red+Green+Blue) = 246+69+41=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F64529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64529 is #09BAD6. Grayscale: #777777. Windows color (decimal): -637655 or 2704886. OLE color: 2704886.

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

Color convert

RGB 246 69 41 -
CMYK 0 0.72 0.83 0.04
HSL 8.2º 0.92% 0.56% -
HSV(B) 8.2º 0.83% 0.96% -
XYZ 40.53 24.01 4.6 -
YUV 118.73 84.14 218.78 -
System Red Green Blue C M Y K H S L
Decimal 246 69 41 0 0.72 0.83 0.04 8.2 0.92 0.56
Hex F6 45 29 0 48 53 4 8 5C 38
Octal 366 105 51 0 110 123 4 10 134 70
Binary 11110110 1000101 101001 0 1001000 1010011 100 1000 1011100 111000

Color Harmonies of #F64529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64529

Black with #F64529

Text Example


Text Example

White with #F64529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64529; }

 p { color: rgb(246,69,41); }

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

background-color css

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

 a { background-color: rgb(246,69,41); }

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

border-color css

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

 span { border-color: rgb(246,69,41); }

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