Html Css Color HEX #F65A22 Outrageous Orange

📋 copy color: '#F65A22'

red 246 ◦ green 90 ◦ blue 34

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

Shades of Outrageous Orange #F65A22

Tints of Outrageous Orange #F65A22

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

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

R = 66.49%
G = 24.32%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F65A22 (or 0xF65A22) is known color: Outrageous Orange. HEX triplet: F6, 5A and 22. RGB value is (246,90,34). Sum of RGB (Red+Green+Blue) = 246+90+34=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65A22 is #09A5DD. Grayscale: #828282. Windows color (decimal): -632286 or 2251510. OLE color: 2251510.

HSL color Cylindrical-coordinate representation of color #F65A22: hue angle of 15.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 #F65A22 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 90 34 -
CMYK 0 0.63 0.86 0.04
HSL 15.85º 0.92% 0.55% -
HSV(B) 15.85º 0.86% 0.96% -
XYZ 41.95 27.02 4.52 -
YUV 130.26 73.68 210.55 -
System Red Green Blue C M Y K H S L
Decimal 246 90 34 0 0.63 0.86 0.04 15.85 0.92 0.55
Hex F6 5A 22 0 3F 56 4 10 5C 37
Octal 366 132 42 0 77 126 4 20 134 67
Binary 11110110 1011010 100010 0 111111 1010110 100 10000 1011100 110111

Color Harmonies of #F65A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65A22

Black with #F65A22

Text Example


Text Example

White with #F65A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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