Html Css Color HEX #F64F28 Outrageous Orange

📋 copy color: '#F64F28'

red 246 ◦ green 79 ◦ blue 40

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

Shades of Outrageous Orange #F64F28

Tints of Outrageous Orange #F64F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.96%

R = 67.4%
G = 21.64%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F64F28 (or 0xF64F28) is known color: Outrageous Orange. HEX triplet: F6, 4F and 28. RGB value is (246,79,40). Sum of RGB (Red+Green+Blue) = 246+79+40=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64F28 is #09B0D7. Grayscale: #7C7C7C. Windows color (decimal): -635096 or 2641910. OLE color: 2641910.

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

Color convert

RGB 246 79 40 -
CMYK 0 0.68 0.84 0.04
HSL 11.36º 0.92% 0.56% -
HSV(B) 11.36º 0.84% 0.96% -
XYZ 41.19 25.34 4.73 -
YUV 124.49 80.33 214.67 -
System Red Green Blue C M Y K H S L
Decimal 246 79 40 0 0.68 0.84 0.04 11.36 0.92 0.56
Hex F6 4F 28 0 44 54 4 B 5C 38
Octal 366 117 50 0 104 124 4 13 134 70
Binary 11110110 1001111 101000 0 1000100 1010100 100 1011 1011100 111000

Color Harmonies of #F64F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F28

Black with #F64F28

Text Example


Text Example

White with #F64F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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