Html Css Color HEX #F64F26 Outrageous Orange

📋 copy color: '#F64F26'

red 246 ◦ green 79 ◦ blue 38

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

Shades of Outrageous Orange #F64F26

Tints of Outrageous Orange #F64F26

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

 BLUE value IS 38 (15.23% from 255) = 10.47%

R = 67.77%
G = 21.76%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F64F26 (or 0xF64F26) is known color: Outrageous Orange. HEX triplet: F6, 4F and 26. RGB value is (246,79,38). Sum of RGB (Red+Green+Blue) = 246+79+38=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64F26 is #09B0D9. Grayscale: #7C7C7C. Windows color (decimal): -635098 or 2510838. OLE color: 2510838.

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

Color convert

RGB 246 79 38 -
CMYK 0 0.68 0.85 0.04
HSL 11.83º 0.92% 0.56% -
HSV(B) 11.83º 0.85% 0.96% -
XYZ 41.15 25.32 4.55 -
YUV 124.26 79.33 214.83 -
System Red Green Blue C M Y K H S L
Decimal 246 79 38 0 0.68 0.85 0.04 11.83 0.92 0.56
Hex F6 4F 26 0 44 55 4 C 5C 38
Octal 366 117 46 0 104 125 4 14 134 70
Binary 11110110 1001111 100110 0 1000100 1010101 100 1100 1011100 111000

Color Harmonies of #F64F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F26

Black with #F64F26

Text Example


Text Example

White with #F64F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F26; }

 p { color: rgb(246,79,38); }

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

background-color css

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

 a { background-color: rgb(246,79,38); }

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

border-color css

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

 span { border-color: rgb(246,79,38); }

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